Skip to content
Reading depth

Each view includes the earlier layers; the complete engineer or auditor page is shown by default.

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.

Circle category cue

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.

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?”

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.

Trace every link rather than treating the token as the underlying asset:

  1. The holder controls or receives the on-chain token.
  2. An issuer or legal vehicle defines the token’s entitlement.
  3. A custodian, trustee, broker, or servicer controls records or underlying assets.
  4. A borrower, government, company, tenant, or other payer produces the cash flow.
  5. 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.

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.

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.

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.

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.

  • “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.

  1. Token issuance reconciles with the legally defined asset or entitlement

  2. On-chain transfer rules enforce the documented eligibility and control policy

  3. Redemptions cannot exceed assets or proceeds available under the legal structure

  4. 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.