# Swap

Given that the user address is fulfilling access requirements, it can interact with smart contracts and swap tokens based on terms defined by the deployer.

## Find a Deal

### Public Deals

You can find all public deals in the Deals section:

{% embed url="<https://app.shinedao.finance/deals/>" %}

{% hint style="danger" %}
V1 deal dashboard shows only deals deployed on the network you're connected to. If you want to find deals on other networks, please change the network.
{% endhint %}

### Private Deals

Private deals are hidden from the dashboard. They can be accessed via a generated link.

## Swap

{% hint style="danger" %}
Please make sure you understand the deal details and verify token addresses before initiating a swap.
{% endhint %}

Given that your address fulfills access requirements, you will be able able to approve the token spend and swap the tokens. If tokens are being locked or vested, we'd recommend saving the deal URL, so you can withdraw them in the future.

If you have any questions or concerns, please reach out in the #general section of our Discord server:

{% embed url="<https://discord.com/invite/awSN2gUTJB>" %}


---

# 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://docs.shinedao.finance/protocol/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.
