# Swapping Tokens

Ubeswap allows you to swap between any two tokens, granted an Ubeswap pair between those two tokens exist.

Let's say you have cUSD and want to swap it for CELO.

* On the interface, select the tokens you want to exchange from (cUSD) and to (CELO)
* Enter a quantity of cUSD to swap from. This quantity should be more than 0 but less than your maximum balance

<figure><img src="/files/UrhAjDscrTGRXyQKebwC" alt=""><figcaption><p>Desktop</p></figcaption></figure>

<figure><img src="/files/tfzRwuBAEPjLs1oXLVEV" alt=""><figcaption><p>Mobile</p></figcaption></figure>

* Click `Approve cUSD` and accept the transaction on your wallet
  * Tip: Approving means you grant the Ubeswap smart contract permission to spend your cUSD tokens. Ubeswap will **never** spend your cUSD without your explicit permission to swap
* Once the approval has succeeded, you can click `Swap` to perform the swap between cUSD and CELO. Again, accept the transaction on your wallet.

<figure><img src="/files/Wxe8vZlxditj3gexvyPR" alt=""><figcaption><p>Desktop</p></figcaption></figure>

<figure><img src="/files/1NIBXP7ytegCnc7RTVX9" alt=""><figcaption><p>Mobile</p></figcaption></figure>

Congrats! You just swapped cUSD for CELO.

## How do I get a certain token?‌

In most cases, you can get a certain token by [swapping for it on Ubeswap](https://app.ubeswap.org/#/swap).

If it's an mToken, you can also get it from Moola. For example, you can get mcUSD or mcEUR either by a) [swapping on Ubeswap](https://app.ubeswap.org/#/swap) or b) depositing cUSD / cEUR into Moola on the [deposit page](https://app.moola.market/#/deposit).

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

## Where can I see my tokens?

You can see your tokens either directly in certain Wallets or on Celo Explorer at [https://explorer.celo.org/address/\[YOUR\_WALLET\_ADDRESS\]/tokens](https://explorer.celo.org/address/%5BYOUR_WALLET_ADDRESS%5D/tokens) (put in your wallet address where it says \[YOUR\_WALLET\_ADDRESS]).

## Where can I find the prices for the various tokens?

You can find token price and other analytics at <https://info.ubeswap.org/>.


---

# 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.ubeswap.org/tutorial/swapping-tokens.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.
