Browse on-chain listings. Make offers. Then finalize buyer-safe after the owner delivers encrypted access.
// THE MARKET
Browse listed tokens. If connected, the UI shows your current offer (if any).
// OFFERS
Incoming offers are offers made to tokens you own (owner delivers). My offers are offers you have made as a buyer.
// INCOMING OFFERS
This loads all offers across all tokens you currently own using the contract’s on-chain owner index + offer index (state). It does not preload full token ciphertext. Each offer row includes the token ID and an OPEN link. Delivering requires your owner decryption identity (Key Login).
// VIEW KEY ON TRANSFER
// MY OFFERS
Offers are visible on-chain. This panel reads your offers from the contract’s on-chain offer index (state) and verifies each offer’s current status. If an offer shows DELIVERED / READY, click VERIFY & FINALIZE to complete the trade (buyer-safe).