> For the complete documentation index, see [llms.txt](https://docs.blockblend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockblend.io/utilities/anonymous-swap/user-guide.md).

# User Guide

Begin by connecting your preferred wallet that supports the blockchain where your crypto assets are held.

1. Select the blockchain where you hold the crypto asset you want to sell, and the blockchain where your desired token is available for purchase.
2. In the "You buy" field, enter the token you want to purchase, and in the "You sell" field, enter the token you want to sell. You can use custom contract addresses for both fields if the token you want to trade is not listed on the platform.
3. Enter the wallet address where you want to receive the purchased tokens in the recipient field.
4. Choose the slippage you're comfortable with to ensure your trade is executed without any issues.
5. Schedule the transaction by selecting the time in the "Transaction in" field.
6. Before confirming the transaction, review the input data in the popup to ensure that all details are accurate
7. Click on "Confirm" to initiate the trade.

It's important to remember to always exercise caution when trading on any platform and to do your research before making any investment decisions.


---

# 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.blockblend.io/utilities/anonymous-swap/user-guide.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.
