Research/Education/XRP/Setting up an XRP wallet, from keys to the reserve that activates it
# XRP

Setting up an XRP wallet, from keys to the reserve that activates it

BloFin Academy08/15/2026

A wallet does not store your XRP. Your XRP lives as a balance on the XRP Ledger, and the wallet stores the cryptographic keys that let you control the address holding it. Setting one up means picking a wallet type, generating an address and its secret, backing that secret up safely, and then funding the account so the ledger recognises it.

That last step trips up almost every XRP beginner. An XRP Ledger address does not exist until it receives enough XRP to meet the network reserve, currently 1 XRP. Send less and the account is not activated.

This guide walks through each step in order and flags the XRP-specific parts. For general wallet security models, hardware choice criteria, and recovery procedure, those belong to the dedicated security guides; here the focus is getting an XRP wallet set up correctly. When you are ready to move coins, see how to send and receive XRP.

What an XRP wallet actually holds

A wallet holds keys, not coins. Each XRP Ledger account is controlled by a cryptographic key pair, and whoever knows the secret can authorise any transaction from that account. There is no administrator who can undo or reverse a signed transaction, so the secret is the account (source: XRP Ledger, cryptographic keys).

That is the mental model to carry through the whole setup. The public side, your address, is safe to share so people can pay you. The secret side, called a seed or secret key, must never be shared, because anyone who has it has full control of your funds. Different tools present this secret differently: some show a seed value, some a recovery phrase, some a "secret numbers" grid. They all represent the same thing, the key that authorises spending. Losing it or leaking it are the two failure modes that matter most, and both are on you, not on any support desk.

This is what "self-custody" means in practice: the ledger has no password reset, no account-recovery form, and no support line that can move your XRP back if the key is gone. That is a feature, not a bug, since it also means no company can freeze or seize your funds, but it puts the responsibility for backups squarely on you. Setting up an XRP wallet is really two jobs at once, creating the account and building a habit of protecting the one secret that controls it.

Choosing a wallet type

Wallets fall into two broad families. A software wallet (a mobile or desktop app, sometimes called hot) keeps your keys on an internet-connected device. A hardware wallet (cold storage) keeps the keys on a dedicated offline device, so the secret never touches the internet (source: Investopedia, cold storage). Each trades convenience against exposure.

For XRP specifically, look for a wallet that supports the XRP Ledger natively and understands two XRP features you will meet below: the account reserve and destination tags. Popular XRP-native mobile wallets handle both, and mainstream hardware wallets support XRP through a companion app. The general question of which brand to trust, and how to judge a wallet's security model, is covered by the wallet-security guides; the XRP-relevant point is simply that not every multi-chain wallet handles the reserve and tags cleanly, so check before you commit funds. The pattern is the same one you would follow for any chain, as in how to set up a Phantom wallet for Solana.

Creating your wallet and address

Install the wallet from its official source, then let it generate a new address and secret for you. Generation should happen on your own device; never accept an address and secret someone else sent you, since they could keep a copy and drain it. Your XRP address is a "classic address" that starts with the letter r.

That r-address is derived mathematically from your public key, and it carries a built-in checksum. The checksum is a small safety feature: if you mistype or corrupt an address, it almost always becomes invalid rather than turning into someone else's real address, so a typo tends to fail loudly instead of sending your XRP into the void. Even so, always verify the first and last few characters when you paste an address. At this point you have a valid address and a secret, but the account does not yet exist on the ledger. That happens next.

The step every XRP beginner misses: activation

Here is the XRP-specific catch. Generating an address does not create an account. An address only becomes a real account once it receives a payment of XRP that meets the base reserve, currently 1 XRP, and it cannot send any transaction until it is funded (source: XRP Ledger, accounts). Fund it with less and nothing activates.

So the activation step is simply this: send at least the reserve amount of XRP to your new r-address, usually by withdrawing from the exchange where you bought XRP. In practice, send a little more than 1 XRP so you have a spendable balance on top of the locked reserve. It is worth understanding what that reserve is. The base reserve of 1 XRP is not a fee and it is not spent; it stays locked in your account as a minimum balance, and each extra object you create, such as a trust line, adds a 0.2 XRP owner reserve (source: XRP Ledger, reserves). You can recover most of the reserve later by deleting the account, and the reserve can even be drawn on to pay transaction costs.

One consequence catches people out: because a brand-new address must be funded before it can do anything, you cannot send your very first transaction from an empty account, and you cannot drain an account to exactly zero and keep using it. The reserve is the ledger's way of making each account pay for the small amount of shared storage it occupies, which is also why exchanges keep customer XRP in a few shared accounts rather than one per user. Plan for the reserve as a permanent minimum, not a balance you will spend.

Backing up and securing the secret

Once the account is funded, protect the secret before anything else. Write your seed or recovery phrase down offline and store it in more than one safe place. Lose the device but keep the secret and you can restore the wallet; lose the secret and no one can recover the funds for you (source: FTC, scams).

Two habits reduce most of the risk. First, keep the secret offline and never type it into a website, a chat, or a "support agent" who asks for it, because that request is always a scam. Second, secure the account or app itself with an authenticator app rather than SMS codes, which can be stolen through SIM-swap attacks. If an account with no valid key ever exists, its XRP is stranded permanently, a state the ledger calls blackholed, which is a vivid reminder that the key really is the account. Deeper custody strategy, multi-signing, and recovery planning are covered in the security guides, but the offline backup above is the one step no XRP holder should skip.

Classic address, X-address, and tags

XRP has two address formats, and the difference matters at exchanges. A classic address (starting with r) identifies your account. An X-address bundles that account with a destination tag into one string, so both travel together and are harder to get wrong (source: XRP Ledger, tags). Wallet-to-wallet transfers usually need only the r-address.

The reason this appears in a wallet-setup guide is that a missing destination tag is the classic way to lose XRP when depositing to an exchange, and setup is when to learn it. Your personal wallet gives you a plain r-address and, in most cases, no tag is required to receive there. Exchange deposit addresses are shared among many customers and almost always require a destination tag so the exchange knows whose balance to credit. Getting this wrong is common enough that it has its own guide: see XRP destination tags explained before your first exchange deposit.

Frequently asked questions

Why does my new XRP wallet show an address but say the account is not activated?

Because generating an address is not the same as creating an account. On the XRP Ledger, an address only becomes a usable account after it receives at least the base reserve, currently 1 XRP. Until it is funded to that minimum, the wallet can display the address but cannot send anything from it.

Can I get the 1 XRP reserve back later?

Mostly, yes. The base reserve stays locked while the account exists, but it is not gone. If you no longer want the account, you can delete it and recover most of the balance, though the deletion itself destroys a small amount of XRP and has conditions. While the account is open, the reserve can also be used to pay transaction costs.

Do I need a hardware wallet for XRP?

No, it is not required. A reputable software wallet is fine for smaller, active balances, and a hardware wallet mainly reduces the risk of your keys being exposed online. The right choice depends on how much you hold and how often you transact. Whatever you pick, the offline backup of your secret is the part that actually protects you.


Researched and written for the BloFin Academy. This article is educational and is not financial, investment, or legal advice. Always do your own research.