> For the complete documentation index, see [llms.txt](https://docs.primefi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.primefi.xyz/v3-markets/xrp-testnet-markets.md).

# XRP Testnet Markets

PrimeFi is bringing lending & borrowing to **XRP** through two Aave v3 markets that are **live now on testnet**:

| Market               | Chain ID  | Gas token | Oracle        | Rewards                   |
| -------------------- | --------- | --------- | ------------- | ------------------------- |
| **Flare Coston2**    | `114`     | C2FLR     | Flare FTSO    | **rFLR** (live emissions) |
| **XRPL EVM Testnet** | `1449000` | XRP       | Band Protocol | —                         |

Both are operated by **Prime Numbers Labs**, the same team behind PrimeFi v2. They let XRP holders put their XRP to work — supply it as collateral and borrow against it without selling.

{% hint style="info" %}
These markets are in **testnet phase**. Balances, rewards, and prices are test-only. Use the in-app faucet and the public gas faucets below to get test funds — no real value is at risk.
{% endhint %}

### These markets are "v3" in the app

The PrimeFi app header has a **v2 / v3** toggle. The XRP markets live under **v3** (the Aave v3 stack). Unlike the third-party [Fathom v3 (XDC)](/v3-markets/fathom-v3.md) market, **the XRP markets are PrimeFi's own** — we operate the pool, oracle and rewards.

### How they compare to PrimeFi v2

| Feature                                           | PrimeFi v2 (Base / HyperEVM / XDC)       | XRP markets (v3)                                |
| ------------------------------------------------- | ---------------------------------------- | ----------------------------------------------- |
| Underlying protocol                               | PrimeFi (Aave v2 fork + omnichain layer) | PrimeFi (Aave v3 stack)                         |
| Core actions (supply / borrow / repay / withdraw) | Yes                                      | Yes                                             |
| E-Mode (correlated assets)                        | Yes                                      | Yes — XRP-correlated category on Flare          |
| External reward emissions                         | PRFI (where the chef is active)          | **rFLR on Flare Coston2**; none on XRPL EVM yet |
| pLP boost / PRFI emissions / locked pLP           | Yes                                      | **No** (v3 has no pLP layer)                    |
| Prime Points / Flik / Prepaid Gas                 | Yes                                      | No                                              |
| Phase                                             | Production                               | **Testnet**                                     |

### How to open an XRP market

1. Open the [PrimeFi app](https://app.primefi.xyz/).
2. Click the **v3** pill in the top-right header.
3. Pick **Flare Coston2** or **XRPL EVM Testnet** from the market chooser — the app will prompt your wallet to switch (and add) the network.
4. Grab gas + test tokens (see [Testnet Faucets](/v3-markets/testnet-faucets.md)) and start supplying.

### Per-market guides

* [Flare Coston2](/v3-markets/xrp-testnet-markets/flare-coston2.md)
* [XRPL EVM Testnet](/v3-markets/xrp-testnet-markets/xrpl-evm-testnet.md)


---

# 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.primefi.xyz/v3-markets/xrp-testnet-markets.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.
