> 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/whats-new.md).

# What's new

A roundup of the latest user-facing changes in the PrimeFi app.

### XRP money markets (testnet)

PrimeFi now has **XRP lending markets live on testnet** — Flare Coston2 and the XRPL EVM testnet — accessible from the app's **v3** toggle. Supply XRP (as FXRP on Flare, or native XRP on XRPL EVM) and borrow against it. See [XRP Testnet Markets](/v3-markets/xrp-testnet-markets.md) and [Testnet Faucets](/v3-markets/testnet-faucets.md).

### Self-serve testnet faucet

The XRP market screens now include a **Get test tokens** button. Connect, switch to the market's chain, and mint any reserve (or **Mint all**) in a click — each freshly minted token is offered to your wallet so it shows up right away. Details in [Testnet Faucets](/v3-markets/testnet-faucets.md).

### Live on-chain reward APRs

Reward APRs on the v3 markets (e.g. **rFLR** on Flare Coston2) are now read **live from on-chain** incentive data, so the numbers in the markets table and asset pages reflect actual emission rates rather than estimates.

### Single-signature "Claim All" for PRFI NFTs

On the PRFI NFT staking screen, **Claim All** now batches every claimable NFT into a **single transaction** (via the Multicall3 aggregator) instead of one wallet prompt per NFT. Claimable amounts are also shown accurately.

### Personalized pLP emissions view

The pLP **Boost & Locks** tab now shows:

* a personalized **"Your PRFI / day"** column in the per-market emissions table, based on your actual position, and
* a **"Rewards earned to date"** lifetime card summarizing your cumulative PRFI.

These build on the corrected single-global-budget emissions model — see [Maximum APR by asset](/product/prime-liquidity-provider-plp/maximum-apr-by-asset.md) and the [Boost & Locks tab](/product/prime-liquidity-provider-plp/boost.md).

### Network-first onboarding

New users get a **network-first market chooser**: pick a network, and the app switches (and adds) the chain for you. The XRP testnet markets are surfaced by default during the testnet phase, and v3-specific surfaces are explained inline.


---

# 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/whats-new.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.
