> For the complete documentation index, see [llms.txt](https://docs.valu.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valu.so/dapp-guide/dashboard.md).

# Dashboard

Swapping on Value can be carried out by anyone. All it require is a crypto wallet like Metamask or Phantom and funds.

Make sure you are using the official dApp before connecting wallet and executing transactions. If possible, visit dApp from the official sources and double check the URL.

**Before moving to swapping assets, let's first understand the Value dashboard.**

Value - dApp

<figure><img src="https://value-dex.gitbook.io/~gitbook/image?url=https%3A%2F%2F2242784052-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FRP501a51dAORCD6dOPcE%252Fuploads%252FrxdFrvhVtu58lKMo0t0A%252Fimage.png%3Falt%3Dmedia%26token%3D6d1b8c1a-2a9a-49f8-8935-38c6da692601&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=3cfd15e1&#x26;sv=1" alt=""><figcaption></figcaption></figure>

1. **Swap:** Shows the swap window by default.
2. **Pool**: Find liquidity pools or create a new one.
3. **Chain Select:** Select the chain from list to execute transaction.
4. **Wallet connect:** Connect your crypto wallet using Metamask, Phantom or hundreds of other wallet providers.
5. **Setting**: Dashboard setting, allows you to change modes.
6. **EVM Chain module:** Execute transactions on EVM chains.
7. **non-EVM Chain:** Execute transactions on non-EVM chains (Solana).
8. **Refresh:** Refresh prices before executing transaction.
9. **Add token**: Add a new token to list.
10. **Slippage Setting:** Modify slippage setting for transaction.
11. **Select token (source)**: Select from which token you want to swap.
12. **Amount:** The amount of the swap.
13. **Select token (dest.):** To which asset you want to swap in.
14. **Swap amount:** The amount you will receive after transaction.

Value currently supports swaps on BNB Smart Chain.

Ethereum and other EVM-chains will be added later in the v2 update scheduled for Q4 2024.

[<br>](https://value-dex.gitbook.io/docs/protocol/governance)


---

# 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.valu.so/dapp-guide/dashboard.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.
