# Using the Alfajores Testnet

## Overview

As part of rolling out Ubeswap, we've deployed it to Alfajores, the Celo testnet, for you to interact with.

*Please report all bugs* [*in the #feedback channel on our discord*](https://discord.gg/EcurYuvUmT)*.*

## Frontend

The frontend is deployed at <https://app-alfajores.ubeswap.org/>.

You can confirm that you are using the testnet contracts by checking your URL and by looking for the "Alfajores" banner next to the wallet connection in the navbar.

<figure><img src="/files/47Q1lmKSgsqUP26RswXP" alt=""><figcaption></figcaption></figure>

## Pools / Markets

In Alfajores, right now we only support trading between cUSD and CELO, so there is only one pool: cUSD/CELO.

## Mobile users

Celo is mobile-first, and Ubeswap will work with Valora and any other future Celo wallets. The Alfajores deployment of Ubeswap will only work with the development mode version of the Valora app. It will not work with the normal version of Valora that you may have already installed on your phone

See [Mobile wallet - Valora (testnet)](https://docs.ubeswap.org/wallet-support/valora#connecting-valora-to-ubeswap) for instructions on connecting Valora to Ubeswap

## Desktop users

Ubeswap also supports desktop users. For the Aflajores deployment, we only support Chrome / Brave as browsers and Ledger users.

See [Desktop wallet - Ledger](https://docs.ubeswap.org/wallet-support/ledger#connecting-your-ledger-to-ubeswap) for instructions on connecting Ledger to Ubeswap

## Testnet funds

Celo provides a faucet where you can obtain CELO and cUSD on the Alfajores testnet free of charge:

{% embed url="<https://celo.org/developers/faucet>" %}

To obtain CELO and cUSD, provide your wallet address (starts with `0x`), complete the CAPTCHA, and click `Get started`

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

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

## Using Ubeswap

See [Basic usage](https://docs.ubeswap.org/tutorial/providing-liquidity#swapping-tokens) for instructions on how to swap.


---

# 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/code-contracts/using-the-alfajores-testnet.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.
