> For the complete documentation index, see [llms.txt](https://docs.ubeswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ubeswap.org/tutorial/intro.md).

# Intro

Ubeswap is a *decentralized exchange*, meaning that you can directly interact with the exchange using a wallet whose private keys you control.

First, connect a wallet. If you need to set one up, our [wallet guides](https://docs.ubeswap.org/wallet-support/wallets) can serve as a reference. Next, fund your wallet with a small amount of CELO in order to pay for transactions.

In this tutorial, we'll show you how to use Ubeswap to exchange tokens, provide liquidity, and deposit LP tokens in staking pools to earn yield.

{% hint style="info" %}
If you run into any issues, reach out on our [Discord](https://discord.gg/zZkUXCMPGP).
{% endhint %}


---

# 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:

```
GET https://docs.ubeswap.org/tutorial/intro.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.
