# Swap Expiration

When creating a swap users can specify a date at which they'd like the swap to expire. Once a swap expires it can no longer be taken by any user.\
\
Swap expiration dates are approximate because NFT Protocol is only able to allow swaps to expire at a specified block height. The application estimates what the block height is likely to be at the chosen expiration date and programs the swap accordingly. Because block times vary it is not possible to program a swap to expire at a specific point in time.

<figure><img src="https://2992106040-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG--EJM7FVb2IWSmQXD%2Fuploads%2F1rULVKxxPHVPyr3gemAm%2FScreen%20Shot%202022-08-30%20at%2010.29.17%20PM.png?alt=media&#x26;token=2e4a5435-7955-4183-87da-f836b64c43f1" alt=""><figcaption><p>Users can specify an expiration date via the ADVANCED drop down menu on the NEW SWAP page.</p></figcaption></figure>

<figure><img src="https://2992106040-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG--EJM7FVb2IWSmQXD%2Fuploads%2FUD6RYHj67yypdtgdUgTT%2Fimage.png?alt=media&#x26;token=bce4e181-8bd6-4122-bea1-a5a928197451" alt=""><figcaption><p>The block and approximate date at which a swap expires can be viewed on its SWAP DETAILS page.</p></figcaption></figure>


---

# 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://nft-org.gitbook.io/docs/nft.org-dex/ui-ux-user-guide/new-swap/swap-expiration.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.
