# Setting Up Your Wallet

Follow these steps to create and fund your wallet so you can hold and trade FRACTIONS on the XRP Ledger (XRPL).

***

### 1. Download Xaman Wallet

<figure><img src="/files/CpXkYMwMwUA3Gli3J2Rd" alt=""><figcaption><p>Scan the QR code or visit the link below to download the wallet.</p></figcaption></figure>

We recommend using the [**Xaman Wallet**](https://xaman.app/) for a smooth experience, though you’re free to choose any XRPL-compatible wallet.

1. **Install:** Download and open the Xaman Wallet app on your preferred device.
2. **Create a New Wallet:** Follow the app prompts and securely back up your seed phrase.

> **Important:** Treat your seed phrase like a password—if you lose it, you lose access to your funds.

***

### 2. Add a Trustline

<figure><img src="/files/WGOoDWalATrfG5tmYhNa" alt=""><figcaption><p>Shown as a demonstration; token details will look different for FRACTIONS.</p></figcaption></figure>

On the XRPL, a **trustline** (also known as a trust set) creates a bidirectional link between your wallet and a token issuer. Currently, trustlines are required to hold XRPL tokens. This process may become more seamless in the future, simplifying adoption.

#### How to Set It Up

1. **Choose a Service:**
   * **XRPL Services:** Visit [xrpl.services/tokens](https://xrpl.services/tokens)
   * **XPMarket or Magnetic:** XPMarket users can directly set a trustline for FRACTIONS by clicking [this link](https://xpmarket.com/trustline/FRACTIONS-rEpjJd2X91D4vy1wctrE8o1wrFn4Mpzn4H/set).
2. **Confirm in Xaman:**
   * After clicking the trustline link, your Xaman Wallet will prompt you to sign the trust set transaction.
   * Authorize the transaction to finalize the trustline.

> **Note:** Adding a trustline reserves **0.2 XRP** in your wallet. You’ll get it back if you later remove the trustline.

***

### 3. Fund Your Wallet

You need **1 XRP** to maintain a basic wallet reserve on the XRPL. Add an additional **0.2 XRP** for the trustline:

* **Base Reserve:** 1 XRP for wallet activation.
* **Trustline Reserve:** 0.2 XRP for FRACTIONS.

For a total of at least **1.2 XRP**. You can reclaim the 0.2 XRP if you remove the trustline.

***

### 4. Swap XRP for FRACTIONS

<figure><img src="/files/6fb0pz3pnPpoPQ7H6man" alt=""><figcaption><p>Screenshot of swapping page. Will require connecting your wallet (instructions above).</p></figcaption></figure>

{% embed url="<https://www.swapfractions.com>" %}

Currently, the community’s preferred way to swap XRP for FRACTIONS is via **XPMarket**. Please note this is not an official endorsement, and methods may change:

* Visit **XPMarket** to perform the swap.
* Alternatively, head to [**www.swapfractions.com**](http://www.swapfractions.com/) to be redirected to the current recommended swap method.

> **Disclaimer:** Swaps are facilitated by third-party services. We do not endorse any single platform, and options are subject to change.

***

### What’s Next?

* **Add Liquidity:** Keep FRACTIONS liquid and tradable by contributing to the AMM (Liquidity Pool) on XPMarket. You can do so here:\
  [**XPMarket AMM Pool**](https://xpmarket.com/amm/pool/FRACTIONS-rEpjJd2X91D4vy1wctrE8o1wrFn4Mpzn4H/XRP)
* **Future Purchases:** Stay tuned for new ways to acquire FRACTIONS, as future methods for transfers and wallet growth will be announced soon.
* **Explore More:** Check out the Whitepaper for an in-depth look at FRACTIONS, or browse our Developer Onboarding section to start building on top of FRACTIONS.

If you have questions or run into issues, visit our [Community Telegram](https://t.me/FractionsXRPL_Chat) group for assistance.


---

# 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://hub.fractions.foundation/getting-started/setting-up-your-wallet.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.
