# FAQ

## What is Ubeswap?

Ubeswap is a mobile compatible fork of Uniswap running on the Celo blockchain.

## How do I use Ubeswap?

To use Ubeswap, first download and set up the [Valora wallet](https://valoraapp.com/) or one of the [other supported wallets](https://docs.ubeswap.org/wallet-support/wallets). You can then purchase Celo Dollars (cUSD) on the Valora app or CELO on an exchange like [Coinbase](https://www.coinbase.com/).

Once you have some CELO or cUSD to trade, log on to [app.ubeswap.org](https://app.ubeswap.org/) with your wallet and a compatible browser.

## Is Ubeswap open source?

Yes. The code is available on GitHub [here](https://github.com/ubeswap).

## How do I get listed on Ubeswap?

We're excited that you're choosing to launch a token on Celo! You should first send a pull request to the [Ubeswap default token list repo](https://github.com/Ubeswap/default-token-list) on GitHub.

Once you've published your pull request, please reach out to our team on [Discord](https://discord.gg/zZkUXCMPGP). Alternatively, you can email us at <info@ubeswap.org>.

## How do I get the UBE token?

You can a) swap for the token or while yield farming is active b) provide liquidity in yield farms.

##


---

# 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/faq.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.
