# What's new in v3?

NFT Protocol pushed its latest v3 contract into production on August 31st, 2022. The v3 contract is what now powers the NFT.org DEX, though existing v2 swaps and user balances can still be accessed via the UI at NFT.org.\
\
The flagship feature addition to the v3 contract is a non-custodial swap architecture.\
\
The following features are also included in the v3 update:

1. Swap expiration
2. Adjustable ETH values
3. Advanced accounting (DEX balances can be used on the DEX without first having to withdraw).


---

# 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/whats-new-in-v3.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.
