> For the complete documentation index, see [llms.txt](https://docs.yad.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yad.finance/introduction/use-cases.md).

# Use cases

### Large swaps

Through the use of mechanics such as RFQ, Market Aggregation, Order splitting, and smart multipath routing YAD can easily allow you to make a large swap at the best exchange rate.

<figure><img src="/files/sVEreLxwf9skS6yDQot9" alt=""><figcaption><p>Multipath routing</p></figcaption></figure>

### Casual swaps

If you happen to need to sell your tokens or, for example, convert them to the required currency for an NFT purchase, YAD is a good option for this case too. YAD will figure out the best way for swapping to reduce any additional steps and/or costs for you.

### Buying or selling a rare token

As long as the token you want to buy belongs to a blockchain network that we support, we support that token.

Just paste the token address into the select token menu to find your token.

<figure><img src="/files/lGB0HIYM3eszsciHI9Pj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yad.finance/introduction/use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
