AGORA
AGORA is a marketplace for physical luxury goods held in insured vault custody, where ownership of each item is a transferable token on Robinhood Chain. Every listed item exists before it is listed: authenticated, insured, and stored under custody. Buying it mints one token bound to that serial. Burning the token redeems the item.
Contracts
Four contracts on Robinhood Chain, settling in USDG.
| Contract | Function |
|---|---|
AgoraVault |
ERC-721. One token per physical item. Mint on purchase, burn on redemption. |
AgoraPerps |
Perpetual futures on resale-price indexes. Fully collateralised, peer-to-peer. |
AgoraLend |
Fixed-term loans against a vaulted item as collateral. |
AgoraGacha |
Sealed draws with published odds and on-chain outcome derivation. |
Fund custody
No contract holds a pooled user balance. Perp margin is escrowed per position and belongs to the two counterparties, loans are peer-to-peer, and draw prizes credit a balance the winner withdraws.
Every outbound transfer is a withdraw() the recipient calls. USDG can freeze an address: under a push model one frozen party would block settlement for everyone in that position, and under a pull model a frozen address blocks only its own withdrawal.
Status
Deployed to Robinhood Chain testnet. Not deployed to mainnet. Testnet balances are valueless and catalogue items are placeholders. See Contracts.