Asset
An asset is an economic resource or enforceable right that someone controls and expects to preserve, exchange, or use for value.
Category: Money and assetsCircle category cue
System record
Start with the economic purpose, participants, resources, and entitlements before studying implementation detail.
Why it exists
Asset is the base accounting category for identifying what has value, who controls it, and what can be transferred or pledged.
Traditional-finance analogy
Property or account balance is the closest comparison recorded for this concept.
Where the analogy stops
- On-chain control of a token may depend on a private key while legal ownership can depend on a separate issuer, custodian, or agreement.
- Software can transfer a ledger unit without proving that an off-chain right or physical object moved with it.
Main actors
- ActorOwner or controller
- ActorIssuer or obligor when the asset is a claim
- ActorCustodian when another party holds the underlying resource
Assets and claims
Assets — controlled or transformed resources
Assets are resources the mechanism moves, holds, values, or transforms.
- AssetEconomic resource or enforceable entitlement
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.
- ClaimLegal or protocol claim when value is represented indirectly
An asset answers the first systems question: what has economic value, and who controls it?
Why it exists
Section titled “Why it exists”Financial accounting needs a name for the resources and rights that can be held, transferred, pledged, spent, or used to settle an obligation. In DeFi, that category spans native blockchain assets, tokens, pool reserves, legal claims, and off-chain property represented on a ledger.
Calling something an asset does not make it safe or liquid. It says that a person or system treats the resource or right as valuable. Price, control, transferability, and enforceability are separate questions.
Traditional-finance analogy
Section titled “Traditional-finance analogy”Property and account balances are useful analogies. The analogy stops where an on-chain balance and a legal right diverge. A private key can control a token while an issuer’s documents determine the holder’s redemption or insolvency rights. Conversely, a legal owner can lose practical access when a key, custodian, or transfer agent fails.
Main actors and control
Section titled “Main actors and control”Start with the holder or controller, then look outward. A native asset may be controlled through protocol-valid signatures. An issued token adds an issuer or administrator. A custodied or tokenized asset adds the institution holding the underlying resource. A claim adds an obligor responsible for performance.
The word “owner” is therefore incomplete unless it specifies the layer: on-chain control, beneficial ownership, custody, contractual entitlement, or legal title.
Assets and claims
Section titled “Assets and claims”An asset may be held directly or through a claim:
| Form | What the holder has | Additional dependency |
|---|---|---|
| Native blockchain asset | Protocol-recognized control of ledger units | Network validity and key control |
| Token issued by a contract | Units governed by contract and administrator rules | Contract code and any privileged roles |
| Redeemable token | A token plus a right to request another asset | Issuer, backing, eligibility, and redemption |
| Pool or vault share | A proportional claim on managed holdings | Accounting, strategy, liquidity, and withdrawal rules |
| Tokenized off-chain asset | An on-chain record linked to documents and institutions | Issuer, custodian, law, and servicing |
The asset-versus-claim diagnostic traces those dependencies explicitly.
Step-by-step asset lifecycle
Section titled “Step-by-step asset lifecycle”- Identify the economic resource or right and the layer where it is recorded.
- Establish who controls the position and which signatures, institutions, or legal rules make that control effective.
- Determine whether the holder has a direct asset, a claim on another party or pool, or both at different layers.
- Apply the event—transfer, issuance, pledge, redemption, or another state transition—under its authorization rules.
- Reconcile balances, supply, encumbrances, and any obligation created or extinguished by the event.
- Determine whether a return exists and, if so, who pays it; then trace who absorbs loss if control, backing, settlement, or enforcement fails.
State changes and flows
Section titled “State changes and flows”| Event | Holder state | System state | Question to verify |
|---|---|---|---|
| Transfer | One balance falls and another rises | Total units should be conserved | Was the sender authorized? |
| Issuance | Holder receives new units | Supply and an issuer obligation may increase | What permits minting and what backs it? |
| Pledge | Asset remains valuable but becomes encumbered | A creditor gains seizure or priority rights | Which event releases or seizes it? |
| Redemption | Holder gives up a claim and receives another asset | Claim supply or liability falls | Was the claim consumed exactly once? |
Capital flow describes the asset moving. Claim flow describes the entitlement created or extinguished. Control flow identifies who can authorize or reverse the state change. Return flow exists only when a named buyer, borrower, issuer, network, user, strategy, or subsidy source transfers value. Risk flow identifies the path by which loss reaches the holder, issuer, custodian, creditor, or protocol.
Return source and loss allocation
Section titled “Return source and loss allocation”Merely holding an asset does not guarantee a return. Appreciation requires a later buyer to pay more; interest requires a borrower or issuer to pay; staking rewards come from protocol issuance and fees; pool fees come from users. When a claim is involved, the asset’s performance and the obligor’s performance are both part of the return path.
Loss can come from price movement, loss of keys, contract bugs, custody failure, issuer default, dilution, seizure, or a legal right that proves weaker than the interface suggested. A directly exposed holder bears price and key-control losses. For an issued claim, named equity, reserves, guarantors, insurers, or junior claims may absorb loss first; any uncovered shortfall reaches the claim holder or creditor. An integration failure can instead transfer loss to the protocol users whose balances or entitlements depend on the asset.
Engineer or auditor lens
Section titled “Engineer or auditor lens”For a ledger asset, review authorization, supply changes, conservation, rounding, transfer hooks, pause/freeze powers, upgrade authority, and event semantics. For an indirect asset, also reconcile on-chain supply with the external obligation and test whether redemption can overdraw backing or settle the same claim twice.
Common misunderstandings
Section titled “Common misunderstandings”- “On-chain means directly owned.” The token may represent an indirect or conditional right.
- “An asset must have a stable price.” Asset status and valuation stability are different properties.
- “The contract contains the whole system.” Custody, law, governance, markets, and operations can sit outside the contract.
Primary references
Section titled “Primary references”The BIS tokenisation continuum separates the programmable token layer from the rules and governance around a tokenized claim. The CPMI report on tokenisation describes how token arrangements can change intermediation while retaining governance and financial-infrastructure risks.
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.
Ownership and control changes follow the asset's stated authorization rules
Transfers do not create extra units unless an explicit issuance rule permits it
No recorded balance becomes negative
Knowledge check
Quiz
Answer in your own words, then open the model answer.
What problem does Asset exist to address?
Model answer
Asset is the base accounting category for identifying what has value, who controls it, and what can be transferred or pledged.