Can XRP Be Frozen or Clawed Back? Native XRP vs Issued Token Controls (2026)
Native XRP cannot be frozen or clawed back through the XRP Ledger's issuer controls. XRP has no issuer and lives directly in an account's XRP balance. Freeze, deep freeze, global freeze, and trust line clawback apply to issued tokens, whose balances live on relationships with identifiable issuers. A custodian can still restrict a customer's access to XRP it controls, but that is a platform action, not a ledger freeze.
The answer depends on which asset you hold
The shortest reliable test is: does the asset have an issuer address? Native XRP does not. It is the ledger's built-in asset, pays transaction costs, and appears in an account's XRP balance. The official XRPL guidance is unambiguous that no person, company, foundation, or token issuer can apply the protocol's freeze feature to XRP. The Clawback transaction likewise rejects native XRP because its subject must be an issued asset.
A trust line token is different. Its identity is a currency code plus an issuer account, and its balance is stored in a shared RippleState object between holder and issuer. That object can contain freeze flags. If the issuer configured clawback before operating, the issuer can also remove an eligible token balance later. Those controls affect the issued obligation, not the holder's XRP or unrelated assets.
Freeze restricts movement but does not transfer the balance
An individual freeze is a flag on one trust line. When the issuer freezes a holder's line, that holder generally cannot reduce the token balance by paying or selling to third parties. Existing sell offers are treated as unfunded. The holder can still receive more of the token, and direct payments between holder and issuer remain possible. In practical terms, the holder can return the asset to its issuer even while frozen.
A global freeze is broader. It is an account setting affecting all trust line tokens issued by that address, not one holder or one currency code. Holders generally cannot trade or transfer those issued balances among themselves, and sell offers are treated as unfunded. Direct movement between issuer and counterparties remains available. Global freeze still cannot touch XRP, and it cannot reach tokens issued by a different address.
| Control | Scope | Send to third party | Receive from third party | Balance removed? |
|---|---|---|---|---|
| Individual freeze | One trust line | No | Yes | No |
| Deep freeze | One trust line | No | No | No |
| Global freeze | All tokens from issuer | No | Restricted | No |
| Clawback | One eligible holding | Not a movement rule | Not a movement rule | Yes, up to amount |
| No Freeze | Issuer account | Disclaims individual freeze | Disclaims individual freeze | No |
The table summarizes holder-to-third-party behavior. Direct return to the issuer is a deliberate exception in the freeze rules. A holder can also set a freeze flag from its side of a trust line, but the effect is narrower: it mainly prevents that holder from receiving the issuer's token. It does not freeze other users or the issuer's entire token system.
Deep freeze closes the receive side
Deep freeze addresses the gap left by regular freeze. Once deep-frozen by the issuer, the holder cannot send or receive that token through third parties. Offers to buy or sell it are considered unfunded, and payment paths cannot increase the deep-frozen balance. The path back to the issuer remains open.
Deep freeze is layered on top of regular freeze. The issuer can set both flags in one TrustSet, or add deep freeze after regular freeze already exists. It cannot leave deep freeze set while clearing only regular freeze; both must be cleared together. An issuer that set No Freeze cannot set either form.
Clawback removes eligible issued tokens
Clawback is separate from freeze. An eligible issuer submits a Clawback transaction naming a holder and amount. If the request exceeds the holder's balance, the ledger removes the entire available balance rather than making it negative. The transaction is issuer-initiated and does not need the holder's signature. Native XRP is invalid as the asset.
Concrete example: a holder owns 500 USD tokens from an issuer that enabled trust line clawback correctly. A clawback request for 120 removes 120, leaving 380. A request for 700 removes at most the available 500. Neither request can take the holder's XRP.
Clawback is disabled by default. For traditional trust line tokens, the issuer must enable Allow Trust Line Clawback while its owner directory is completely empty. That means before creating trust lines, offers, escrows, payment channels, Checks, or signer lists. It cannot be enabled after distribution has started. The setting is also mutually exclusive with No Freeze. Importantly, a regular or deep freeze is not a prerequisite for a standard clawback transaction.
No Freeze is a permanent limitation, not a redemption guarantee
No Freeze is an account flag through which an issuer permanently gives up individual freeze powers. It blocks new individual and deep freezes. The issuer can still activate global freeze, but once No Freeze is set, it cannot turn that global freeze off. This asymmetric rule prevents an issuer from claiming No Freeze and then using a temporary global shutdown strategically.
No Freeze and Allow Trust Line Clawback cannot coexist. The reference rippled implementation rejects either setting when the other is already present. Still, No Freeze does not force an issuer to redeem tokens for dollars, gold, or another off-ledger asset. It cannot guarantee reserves, solvency, legal enforceability, market liquidity, or operational continuity. It limits specific ledger powers and should be described no more broadly than that.
Trust lines keep the scope narrow and inspectable
Each traditional issued asset is identified by currency code and issuer. A freeze on one line for one code does not freeze another issuer's token with the same display ticker. It does not lock the account, prevent unrelated transactions, change the account's XRP balance, or grant the issuer access to secret keys. Wallets and explorers can inspect the account and RippleState flags to show which controls exist.
Do not infer policy from a token name. Read the actual issuer address, issuer account flags, trust line flags, and transaction history. A brand may use separate issuing addresses for separate assets, and account-level flags apply according to those addresses. The companion guide to XRPL trust lines explains the balance, limit, reserve, and issuer identity model in detail.
Important edge cases
- Custodial XRP: an exchange can suspend withdrawals or restrict an internal account because it controls the signing keys. The XRP is not frozen by the ledger; the customer lacks direct control of the on-ledger account.
- Validated XRP payments: issuer freeze and clawback provide no reversal path. Recovery requires cooperation, a custodian process, or external legal remedies. Consensus cannot rewrite a validated payment at one party's request.
- AMM positions: ordinary
Clawbackcannot target an AMM account.AMMClawbackcan remove an eligible issuer token from a holder's liquidity position. If the paired asset is XRP, the proportional XRP is returned to the holder, not clawed by the token issuer. - Multi-Purpose Tokens: MPTs are a separate fungible-token standard. Their comparable restriction is called locking and blocks sending and receiving. Clawback is available only when the issuance was created with the relevant capability. Trust line No Freeze rules should not be copied blindly onto MPTs.
- Direct issuer path: regular freeze, deep freeze, and global freeze preserve a path for issued tokens to return directly to the issuer. “Frozen” therefore does not mean every possible balance change is impossible.
- Negative balances: trust lines are bidirectional accounting objects. Freeze flags can be enacted regardless of whether the displayed balance is positive or negative; applications must identify which side is issuer before interpreting a sign.
A practical verification checklist
- Confirm native versus issued. Native XRP has no issuer field. An issued asset has an issuer address or issuance identifier.
- Match code plus issuer. A familiar ticker alone does not establish identity, backing, or control policy.
- Read issuer account flags. Check
No Freeze,Global Freeze, andAllow Trust Line Clawbackon the validated ledger. - Read the trust line. Individual freeze and deep freeze are line-level flags, stored according to the low and high account sides.
- Separate ledger control from custody. Ask who controls the account keys before saying that XRP itself is frozen.
- Recheck current amendments. Protocol features and specialized token systems evolve. Production software should use current validated definitions and transaction references.
FAQ
Can native XRP be frozen on the XRP Ledger?
No. Native XRP is held in an account balance, has no issuer, and is outside the ledger's issued-token freeze features. A custodial service can restrict access to XRP it controls, but that is an off-ledger service restriction rather than an XRPL freeze.
Can native XRP be clawed back after a validated payment?
No. The Clawback transaction applies to eligible issued tokens, not native XRP. A valid XRP payment cannot be reversed with freeze or clawback. Recovery may still occur through the recipient's cooperation, a custodian's internal process, or a separate legal process.
What is the difference between freeze and clawback?
Freeze restricts how an issued-token balance can move while leaving it on the trust line. Clawback is a separate issuer-authorized transaction that removes up to a stated quantity of eligible tokens from a holder and returns that balance to the issuer.
What does deep freeze do on an XRPL trust line?
It blocks the holder from sending or receiving the affected token with third parties. Direct return to the issuer remains possible. The issuer must set regular freeze first or set regular freeze and deep freeze together.
Does No Freeze guarantee an issued token can always be redeemed?
No. No Freeze permanently removes individual-freeze powers and prevents an issuer from ending a global freeze, but the ledger cannot force off-ledger redemption or issuer solvency. No Freeze is also incompatible with Allow Trust Line Clawback.
Can an XRPL token issuer freeze my whole wallet?
No. A trust line freeze concerns that issuer's token on the relevant line. It does not freeze native XRP, tokens from other issuers, the account itself, or the account's ability to submit unrelated transactions.
Related reading
Sources checked
- XRP Ledger, Freezing Tokens, individual freeze, global freeze, No Freeze, holder-side freeze, and XRP exclusion
- XRP Ledger, Deep Freeze, prerequisites, payment and offer behavior, and MPT comparison
- XRP Ledger, Clawing Back Tokens, opt-in requirements, incompatibility with No Freeze, and XRP exclusion
- XRP Ledger, Clawback transaction, fields, balance ceiling, AMM exception, and error cases
- XRP Ledger, Common Misunderstandings about Freezes, native XRP and custody distinction
- XRP Ledger, Trust Line Tokens,
RippleStatestructure, asset identity, balances, and settings - XRP Ledger, TrustSet, regular freeze and deep freeze transaction flags
- XRP Ledger, AMMClawback, liquidity-position handling and XRP restrictions
- XRPLF
rippled3.3.0 AccountSet implementation, owner-directory, No Freeze, clawback, and global-freeze enforcement - XRPLF
rippled3.3.0 Clawback implementation, issuer permission, trust-line direction, and balance application - XRPLF
rippled3.3.0 TrustSet implementation, freeze and deep-freeze invariants
Protocol documentation and reference implementation were checked on 7 September 2026. Amendment status and specialized token behavior can change, so applications should query a validated server and use current transaction definitions.
Put native XRP to work with the distinction intact
Issuer controls are a feature of issued assets, not a hidden switch over native XRP. XORA's separate value proposition is up to 22% APY value (15% native subsidised + XORA reward value). This value is variable and not guaranteed, and custody, liquidity, platform, market, and reward-value risks remain. Review the security model and use an amount appropriate for your risk tolerance.
xora.finance is where to put your XRP to work and earn up to 22% instead of leaving it idle on an exchange.