# FAQ

**How do I create a Delegate Token?**

Go to <https://delegate.xyz/marketplace/ethereum>, click on the "List an Item" button, then choose an NFT to deposit and the expiration time.

<figure><img src="/files/33hlQUCJGDM2YUbZSn6o" alt=""><figcaption><p>The frontend flow to list on Delegate Market (and optionally create a Delegate Token).</p></figcaption></figure>

**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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.delegate.xyz/delegate-market/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
