Delegate
  • Overview
  • Delegating a wallet
  • Comparison with Others
  • FAQ
  • Audits
  • Integrate In Your Project
    • Smart Contract Examples
    • Token Ownership Claiming
  • Upgrade to V2
    • V2 is a Separate Contract
    • V1 → V2 migration
    • Batching
    • Subdelegations
  • Advanced Use Cases
    • Shadow Delegation
  • Delegate Market
    • Overview
    • FAQ
  • Gaming
    • Delegate for Gaming
  • Technical Documentation
    • Delegate Registry
      • Contract Addresses
      • IDelegateRegistry.sol
    • Javascript SDK
      • Installation / Importing
      • Setup
      • Check Delegations
        • checkDelegateForAll
        • checkDelegateForContract
        • checkDelegateForERC721
        • checkDelegateForERC1155
        • checkDelegateForERC20
      • Fetch Delegations
      • Delegate/Revoke
        • delegateAll
        • delegateContract
        • delegateERC721
        • delegateERC1155
        • delegateERC20
    • REST API
      • v2
      • v1
  • Resources
    • Media Kit
    • Github
    • Twitter
    • Live Stats
  • V1 Registry (Legacy)
    • Technical Documentation
Powered by GitBook
On this page
  1. Delegate Market

FAQ

PreviousOverviewNextDelegate for Gaming

Last updated 1 year ago

How do I create a Delegate Token?

Go to , click on the "List an Item" button, then choose an NFT to deposit and the expiration time.

What can I do with my Delegate Token?

You can sell it on NFT marketplaces, including our native one!

How do I get my NFT back?

When the Delegate Token expires, you get your NFT back. Since it's stored in trustless escrow, there's no counterparty risk!

Why would someone buy my Delegate Token?

Owning a Delegate Token means that the holder has all delegation rights. So this could be valuable if you want an airdrop claim, access to a token-gated discord, or so on.

Do I need to connect my vault to use Delegate Market?

The NFT is stored in escrow when you mint a Delegate Token, to prevent people from selling or transferring the underlying NFT while its rights are delegated. So you'll need to connect whichever wallet holds the NFT.

Is Delegate Market safe?

Audit results can be found on Code4rena. All core smart contracts are immutable with the exception of some metadata parameters.

https://delegate.xyz/marketplace/ethereum
The frontend flow to list on Delegate Market (and optionally create a Delegate Token).