# AI path finder Swap

When trading using a single DEX, there may be cases where the lowest price is not available for the same token. Even between large exchanges such as Uniswap, SushiSwap, Balancer, and Curve, price differences occur in real time, and in the case of highly volatile cryptocurrencies such as Meme Coin, AMM is subject to more severe price changes depending on liquidity changes that occur more price impact.

For this reason, you will not be able to find the optimal price when using a single exchange, and you will also experience losses on transactions above a certain amount.

## 0x Protocol and Null Finance

In this respect, the swap system provided by 0x Protocol detects more than 100 DEXs in real time and provides the optimal trading path based on this. Null Finance provides swaps using the above system, and in some cases, provides better transactions based on Null Finance's internal path find logic.&#x20;

<figure><img src="https://1376879489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIRc9BtMI4lkcrOjfSDnW%2Fuploads%2FaIXrjVtwq1RMtQcq8MkJ%2F%E1%84%8C%E1%85%A6%E1%84%86%E1%85%A9%E1%86%A8%20%E1%84%8B%E1%85%A5%E1%86%B9%E1%84%82%E1%85%B3%E1%86%AB%20%E1%84%83%E1%85%B5%E1%84%8C%E1%85%A1%E1%84%8B%E1%85%B5%E1%86%AB%20(5).jpg?alt=media&#x26;token=85d83923-f4ba-4e89-9658-453dddda9b1e" alt=""><figcaption></figcaption></figure>

### Null Finance Swap

<figure><img src="https://1376879489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIRc9BtMI4lkcrOjfSDnW%2Fuploads%2F9sTl0ZAmxtPIbcwNsdwR%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202024-07-19%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%207.24.00.png?alt=media&#x26;token=af6dbaa2-eef3-4620-97dc-e650b69d2827" alt=""><figcaption></figcaption></figure>

Null Finance Swap manages wallet and contract connections through [wagmi](https://wagmi.sh/). Wagmi is the most reliable Web3 library solution officially used by [stripe](https://stripe.com/), [zkSync](https://zksync.io/), [Brave browser](https://brave.com/), [SushiSwap](https://www.sushi.com/swap), [PancakeSwap](https://pancakeswap.finance/), etc.&#x20;

Null Finance Swap currently supports **Ethereum, Polygon, Binance Smart Chain, Optimism, Fantom, Celo, Avalanche, Arbitrum One, and Base networks**. In addition, the top trading volume tokens of each network were monitored through each scan service and officially listed.


---

# 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://null-finance.gitbook.io/null-finance/swap/ai-path-finder-swap.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.
