Real-world asset
A real-world asset in DeFi is a token or position linked to an off-chain asset, payment stream, legal right, or regulated financial instrument.
Category: Money and assetsCircle category cue
System record
Start with the economic purpose, participants, resources, and entitlements before studying implementation detail.
Why it exists
Real-world-asset structures connect programmable settlement and composability to economic value that is issued, held, or enforced off-chain.
Traditional-finance analogy
Depositary receipt or securitized claim is the closest comparison recorded for this concept.
Where the analogy stops
- The on-chain token may record transfer while ownership, payment priority, custody, and enforcement remain governed by off-chain documents and law.
- Smart-contract composability can add protocol and integration risks that the underlying traditional asset does not have by itself.
Main actors
- ActorToken holder or investor
- ActorToken issuer and legal entity
- ActorCustodian, trustee, broker, or paying agent
- ActorUnderlying borrower or asset issuer
- ActorCompliance administrator and legal system
Assets and claims
Assets — controlled or transformed resources
Assets are resources the mechanism moves, holds, values, or transforms.
- AssetOff-chain financial or physical asset
- AssetOn-chain token units
- AssetCash flows or redemption proceeds
Claims — entitlements and corresponding dependencies
Claims are rights to value, repayment, redemption, control, or another party's performance; each depends on an obligation or system that must honor it.
- ClaimContractual or beneficial interest defined by the issuance documents
A real-world asset, or RWA, connects an on-chain token or position to economic value whose issuance, custody, payment, or enforcement remains partly off-chain.
Why it exists
Section titled “Why it exists”Tokenization can make off-chain financial positions easier for software to transfer, settle, account for, or combine. It does not move the entire asset or legal system into a smart contract. The useful question is not “is it on-chain?” but “which parts are on-chain, and which institutions and rules must still perform?”
Traditional-finance analogy
Section titled “Traditional-finance analogy”A depositary receipt or securitized claim is a useful analogy because the holder owns an instrument linked to something held or paid elsewhere. The analogy stops at the actual issuance documents. An on-chain transfer may update a token balance while legal title, beneficial ownership, payment priority, eligibility, and enforcement remain governed by contracts and law.
The trust chain
Section titled “The trust chain”Trace every link rather than treating the token as the underlying asset:
- The holder controls or receives the on-chain token.
- An issuer or legal vehicle defines the token’s entitlement.
- A custodian, trustee, broker, or servicer controls records or underlying assets.
- A borrower, government, company, tenant, or other payer produces the cash flow.
- Courts, regulators, and contractual procedures determine enforcement when performance fails.
Failure at any link can interrupt payment or redemption even if the token contract operates exactly as written.
Assets, claims, and the balance sheet
Section titled “Assets, claims, and the balance sheet”| Party | Asset or right | Obligation or dependency |
|---|---|---|
| Token holder | Token and the documented beneficial or contractual interest | Eligibility, transfer, and enforcement conditions |
| Issuer or vehicle | Underlying asset, receivable, or proceeds | Payment or redemption obligation to holders |
| Custodian or servicer | Custodied property or operational authority | Safekeeping, recordkeeping, and remittance duties |
| Underlying payer | Borrowed funds, property use, or another benefit | Interest, principal, rent, or other payment |
The token is therefore normally a claim, not the physical object, bank balance, bond, or receivable itself. Classify the legal right precisely: a fund interest can be a pooled share, a bond or receivable a debt claim, a contractual conversion right a redeemable claim, and a price-linked instrument a derivative exposure. The token is a direct asset only at the ledger layer that records it; exact seniority and recourse come from the legal structure, not from the token symbol.
State changes and flows
Section titled “State changes and flows”| Event | On-chain state | Off-chain state that must reconcile |
|---|---|---|
| Issuance | Token supply increases | Asset, entitlement, or subscription is recorded |
| Transfer | Account ownership changes | Eligibility and legal records may need to change |
| Accrual or distribution | Index, price, or holder balance changes | Payer produces cash and agents remit it |
| Redemption | Tokens are burned, locked, or marked settled | Cash or property is delivered under the documents |
| Default or impairment | Contract may show no immediate change | Expected cash flow or recoverable value falls |
Capital flow crosses the on-chain/off-chain boundary at subscription, distribution, and redemption. Claim flow follows issuance and settlement. Information flow carries valuations, eligibility, payment status, and legal events. Return flow carries borrower interest, issuer coupons, rent, sale proceeds, or another documented payment through intermediaries to the holder. Control flow includes administrators, custodians, transfer agents, and legal authority. Risk flow reaches holders when any dependency fails and no junior capital or guarantor absorbs the loss first.
Return source and loss allocation
Section titled “Return source and loss allocation”The token contract does not create the economic return. A borrower pays interest, a bond issuer pays coupons, a tenant pays rent, an asset is sold, or a subsidy pays incentives. Fees for issuers, servicers, custodians, and protocols reduce what reaches the holder.
Loss can be absorbed by issuer equity, overcollateralization, reserves, guarantees, junior tranches, or ultimately the token holder. The waterfall must be stated; an interface labelled “Treasury,” “credit,” or “real estate” does not establish one.
Engineer or auditor lens
Section titled “Engineer or auditor lens”Reconcile authorized supply with the legally defined obligation, test transfer restrictions and forced-transfer powers, model stale valuations, and inspect mint, burn, pause, freeze, upgrade, and administrator roles. Then audit the off-chain control and reporting path: a perfectly conserved token supply can still represent an impaired or unenforceable asset.
ERC-3643 is an example interface for permissioned token transfers and identity checks. Implementing that interface does not prove legal title, regulatory compliance, asset quality, custody, or payment performance. The BIS tokenisation continuum and the CPMI report on tokenisation provide broader institutional context for the separation between token records and the arrangements around them.
Common misunderstandings
Section titled “Common misunderstandings”- “The token is the real-world asset.” It is usually a record or claim linked to the asset through documents and institutions.
- “Smart contracts remove intermediaries.” Issuers, custodians, servicers, banks, administrators, and courts may remain essential.
- “Permissioned transfer proves compliance.” Code can enforce configured rules; it cannot prove that the rules or off-chain facts are complete and correct.
Compare a wrapped asset for another kind of representation boundary.
Machine-readable model
Key equations
Canonical expressions come from the structured concept record. KaTeX renders the notation, while the plain-text expression and variable table keep its meaning and units inspectable without JavaScript. Read the narrative above for the model's domain, assumptions, and rounding rules.
This concept does not require one canonical equation. Its mechanism and state transitions remain the authoritative explanation; do not invent a formula merely to make the topic look quantitative.
Assurance contract
Security properties
These structured statements define desired behavior. Their stable IDs can bind tests, invariants, specifications, audit findings, or proof results without turning descriptive review advice into an assurance claim.
Desired · not evaluated: No test, audit, or proof result is implied until scoped evidence is linked to this property.
Token issuance reconciles with the legally defined asset or entitlement
On-chain transfer rules enforce the documented eligibility and control policy
Redemptions cannot exceed assets or proceeds available under the legal structure
Administrators, freeze authority, and forced-transfer powers are explicit and auditable
Knowledge check
Quiz
Answer in your own words, then open the model answer.
What problem does Real-world asset exist to address?
Model answer
Real-world-asset structures connect programmable settlement and composability to economic value that is issued, held, or enforced off-chain.