top of page

Smart Trustless Assets

  • marcosalcantud
  • Jun 8
  • 16 min read

A new generation of on-chain assets

Abstract

A Smart Trustless Asset (STA) is an on-chain financial instrument whose entire economic logic — parameters, accrual, distribution, maturity — is encoded directly within a non-fungible token and executed by immutable smart contracts.

STAs are a new generation of on-chain asset. They are not the digitisation of traditional financial products, not tokenised claims on off-chain instruments, and not pointers to external metadata.


Contents

01.  What an STA is

02.  The three structural properties

03.  Smart

04.  Trustless

05.  Asset

06.  Structural advantages of the category

07.  Technical architecture

08.  Data structure

09.  STA vs NFT vs RWA

10.  Token standards

11.  Composability and inheritance

12.  The infinity surface

13.  BloomBeans — the first reference implementation

14.  Regulatory positioning and vocabulary discipline

15.  Closing remarks


01.  What an STA is

A Smart Trustless Asset is a non-fungible token that contains a financial instrument inside it.

  • Smart — the instrument's behaviour is encoded as smart-contract logic. 

  • Trustless — execution requires no issuer, custodian, or intermediary. 

  • Asset — the instrument's value is denominated in the native cryptocurrency or token of the blockchain on which it is deployed, and that cryptocurrency is the supply mechanism that gives the instrument substance.

STAs replicate the economic functions of traditional financial products — savings, bonds, pensions, insurance, credit — without replicating the institutional structures that historically delivered those functions. The potential for disruption lies in every area where banks and financial institutions charge for simply being the 'middleman' rather than for the actual value of the transaction. 


02.  The three structural properties

An STA satisfies three properties. The properties are cumulative; an instrument that satisfies two of them is not an STA.

Self-contained

All economic data — principal, rate, type, start, duration, payment interval, accrued value, or any other data — is stored within the token. The token is the instrument.

Issuer-less

The user mints the instrument through direct interaction with the smart contract. No institution stands between user and instrument. No entity can default; no custodian can be regulated out of existence.

Deterministic

Instrument behavior is governed by immutable code, ensuring that only the user can trigger actions within strictly predefined parameters. 


03.  Smart

The instrument's economic behaviour is computable, with infinite design possibilities.

While a traditional financial contract is written in natural language and enforced by a court, an STA is written in code and enforced by the blockchain’s virtual machine

Forms of programmable reward generation

The reward-generation surface is bounded only by what is computable. A non-exhaustive sample of patterns already shown to work:

  • Compound accrual over a fixed horizon.

  • Multiplier-target accumulation, where the contract derives time-to-target from a chosen multiplier.

  • Periodic distribution with a decreasing schedule per additional period.

  • Multi-phase structures combining accumulation and distribution within a single instrument.

  • Flexible-access compounding with variable compounding intervals.

  • Zero-reward credit positions secured by another STA as collateral.

These are six known forms. Conditional schedules, cross-STA references, programmable recipient routing, multi-leg structures, adoption-triggered emission curves — none of these has been exhausted. The category is, in practical terms, an infinite design surface.


04.  Trustless

Trust is relocated, not eliminated — from institutions to verifiable facts about the ledger and the deployed code.

  • No issuer. The user mints the instrument directly. No entity can default.

  • Immutable code. Ownership renounced post-deployment, no upgrade mechanisms, no admin keys, no role-based access. Verifiable on-chain.

  • No mandatory off-chain dependency. The instrument's substance lives on-chain. (Specific implementations may use oracles or off-chain feeds for particular instrument types; the category does not require them.)

The legal consequence is material: an instrument whose value depends on an operator is susceptible to classification by reference to that operator's role; an instrument whose value depends on a deterministic process running autonomously is not.


05.  Asset

An STA is an asset because it is denominated in the native cryptocurrency or token of the blockchain on which it is deployed, and that cryptocurrency is the supply mechanism that gives the instrument substance.

The denomination loop

Where a traditional bond is denominated in a currency the bond's issuer does not produce, an STA is denominated in the same unit that the protocol itself emits. The instrument's denomination currency and the instrument's substance are products of the same code. There is no chain of obligation extending outside the protocol; emission, valuation in protocol terms, and lifetime distributions are computed by the same deterministic state machine.

Programmability of the supply mechanism

Critically, the blockchain's native token supply can itself be programmed to respond to STA activity. An STA can be designed to mint new units of the native currency as rewards according to the mathematics of the financial product it replicates — interest, coupons, distributions — turning the supply schedule into a function of user-initiated instrument creation. This is the architectural move that makes interest-bearing instruments possible without an external lender: the interest is new currency, emitted by the protocol, on a schedule the user accepts when minting the instrument.

Replication without inheritance

STAs replicate the economic functions of traditional financial instruments without inheriting the structural properties that make those instruments regulated entities. A Savings-equivalent STA performs the economic function of a deposit without being a deposit. An Income-Stream-equivalent STA performs the function of a coupon stream without being a bond. The replication is functional. It is not structural.


06.  Structural advantages

STAs allow any user to mint their own financial assets in a fully decentralised way. The advantages below are not features added to the category; they are direct consequences of the three structural properties — self-contained, issuer-less, deterministic — set out in Section 02.

6.1  Removal of intermediation

  • No intermediaries. The user interacts directly with the smart contract. No issuer, custodian, broker, or clearing house sits between the user and the instrument.

  • No supervisory layer required. Because there is no operator running anything, there is nothing to supervise. The contract executes; the chain verifies.

  • Lower operational and intermediation cost. The cost stack of traditional finance — fees, spreads, custody charges, administration overheads — collapses to the cost of a blockchain transaction.

  • Censorship resistance. No actor — institutional, jurisdictional, or governmental — can prevent the user from minting, holding, transferring, or redeeming the instrument.

6.2  Properties of the instrument itself

  • Full self-custody. The instrument lives in the user's wallet. There is no custodian whose insolvency, withdrawal of service, or regulatory action can separate the user from the asset.

  • No counterparty risk. There is no obligor that can default. The instrument's substance is the contract and the supply mechanism; both live on-chain.

  • Deterministic behaviour. Parameters locked at minting cannot be changed retroactively. The user knows at creation what the instrument will do for its entire lifetime.

  • Total transparency. Every parameter and every state transition is publicly verifiable on the ledger. No hidden terms, no undisclosed fees, no off-ledger amendments.

  • Immutability. The rules cannot be changed by anyone — including the original deployer — after deployment. The instrument is governed by code, not by discretion.

6.3  Access and reach

  • Permissionless access. No KYC gate at the protocol layer. No account application. No approval. No minimum wealth requirement. The instrument is available to anyone with a wallet and the native cryptocurrency.

  • Geographic neutrality. The instrument is identical for a user in Lagos, Lima, or London. Access does not depend on residency, nationality, or local banking infrastructure.

  • Continuous availability. The protocol does not close on weekends, holidays, or outside business hours. The instrument is operational every block of every day.

  • Inclusion of the unbanked. The architecture requires only a wallet — not a bank account, credit history, or government-issued documentation accepted by a financial institution.


6.4  Composability and ownership

  • Composability. STAs interoperate with the broader on-chain economy by default. They can be transferred, used as collateral, indexed, integrated with other contracts, and combined with the next generation of on-chain primitives without permission.

  • Free transferability. The instrument can be sent peer-to-peer to any wallet on the same chain, at any time, without institutional consent.

  • Generational inheritance. Transfer to a future generation is a wallet operation, not an institutional process. Long-horizon instruments become genuinely heritable for the first time.

  • Programmable ownership structures. Multi-signature wallets, smart-contract custody, and on-chain governance structures allow forms of joint, conditional, or institutional ownership that traditional financial instruments cannot natively support.


6.5  Resilience

  • Persistence as long as the chain runs. The instrument's lifetime is the lifetime of the underlying blockchain. No corporate collapse, no business model change, no regulatory action can extinguish it.

  • Auditability without audit firms. State is verifiable directly on the ledger. Trust in attestation is replaced by trust in mathematics.

  • No systemic counterparty contagion. STAs do not chain together through rehypothecation, opaque counterparty exposure, or off-balance-sheet liabilities. The failure of one user, one wallet, or one external actor cannot cascade through the protocol.


Read together, the advantages amount to a single claim: the institutional layer of traditional finance is not a fundamental requirement of financial instruments — it is a historical artefact of pre-blockchain infrastructure.


07.  Technical architecture

STAs are deployable on any blockchain that supports non-fungible tokens and Turing-complete (or sufficiently expressive) smart contracts. The category is not bound to any specific chain or token standard.

Generic requirements

  • A public, permissionless distributed ledger.

  • A virtual machine capable of deterministic execution of contract logic.

  • A non-fungible token standard capable of carrying instrument-specific state.

  • A native cryptocurrency or token whose supply mechanism can be programmed to interact with the instruments — emission schedules, lock mechanics, distribution routing.

  • A mechanism for rendering deployed contracts immutable — ownership renouncement, the absence of upgrade proxies, the absence of admin keys.

Any chain satisfying these requirements can host STAs. The economic outcome of a given STA will depend on the supply mechanics of the chain's native unit; the structural category does not.


08.  Data structure

An STA is a unique digital token that acts like a self-running financial contract. Everything it needs to function—the setup, how interest grows, and when payments happen—is built directly into its code. Here are some parameters:

Field

Meaning

principal

Amount of the native cryptocurrency committed at minting.

rate

Reward rate or schedule parameter locked at creation.

type

Identifier of the instrument family the STA belongs to.

start

Block number or timestamp anchoring all subsequent computation.

duration

Instrument lifetime, expressed in blocks or time units.

payment_interval

Frequency of distribution, where applicable.

accrued_value

Computed deterministically from the fields above and the current block.


The real power of this model is that the financial asset is directly connected to the blockchain's token-minting mechanism. Instead of relying on a borrower to pay interest, the blockchain automatically creates and issues new tokens based on the rules of the contract. 

This makes the instrument self-sufficient, as the interest is generated by the network itself rather than a third party. 

Whether a specific STA references off-chain data — oracles, external feeds — is an implementation choice. The category does not require it. Pure on-chain instruments are possible and have been deployed; instruments that consume external data are equally possible and may emerge for product types that require off-chain inputs.


09.  STA vs NFT vs RWA

STAs, NFTs, and RWAs share underlying technology — non-fungible token standards and smart-contract execution — but answer different questions and carry different structural properties. The differences are not stylistic. They determine what each asset can do and what it depends on to remain valuable. Value sourceMarket speculationOff-chain assetNative cryptocurrency 

9.1  Structural comparison


Traditional NFT

RWA token

STA

Contains

Pointer to image or metadata

Pointer to external legal asset

Self-contained financial instrument

Value source

Market speculation

Underlying off-chain value

Native cryptocurrency 

Custodian

Centralised hosting required

Institutional custodian required

None

External dependency

IPFS, centralised servers

Legal jurisdiction, institution

None 

Counterparty risk

Platform collapse

Issuer default

None

Censorship resistance

Low — content removable

Low — institution can freeze

High — immutable by protocol

Governance

Host-controlled

Issuer-controlled

Code-controlled

Persistence

Depends on host

Depends on issuer

As long as the chain runs


9.2  Decentralisation scorecard

The same three categories scored across the dimensions that matter for decentralisation. Scores are on a 0–100 scale: red (0–33) indicates centralised or fragile against the dimension; amber (34–66) indicates partial decentralisation with material residual dependency; green (67–100) indicates structural decentralisation.


NFT

RWA

STA

Issuer independence

45

15

95

Custody independence

50

10

100

Code immutability

40

20

95

Self-containment (no external pointer)

10

15

95

Censorship resistance

25

15

90

Jurisdictional neutrality

40

10

90

Counterparty-risk elimination

35

15

100

Off-chain dependency removal

15

10

85

Determinism of behaviour

60

30

100

Persistence beyond originators

30

20

95

Open verifiability of state

55

35

95

User-side composability

65

40

90

Permissionless mintability by user

50

5

95

Aggregate decentralisation

40

18

94


The aggregate row is the simple mean of the dimensions above and is included for reference rather than as a precise metric. NFTs sit in the lower-middle band because their pointer architecture leaks decentralisation back into hosting infrastructure. RWAs sit at the bottom because every dimension of their value depends on an off-chain institution that can act unilaterally. STAs sit near the ceiling because the architecture removes the dependencies the other two categories cannot remove without changing what they are.

9.3  STA vs NFT — containers versus pointers 

Traditional ERC-721 NFTs reference external data—metadata or assets stored on IPFS or centralized servers. This creates a structural dependency: the NFT’s value relies on the persistence of that external resource. If the resource disappears, the token is "orphaned"—it exists, but represents nothing.

An STA inverts this logic. The token is the financial instrument, not a pointer to one. Because every parameter and computation resides on-chain, there is no external resource to lose or hosting to withdraw. The instrument’s durability is identical to that of the underlying blockchain.

9.4  STA vs RWA — originating versus wrapping

The Core Difference While both RWAs and STAs trade economic value and pay yield, they are structurally distinct. An RWA (Real-World Asset) is a wrapper: a digital claim on an external asset (e.g., a Treasury bond or property title). An STA is a generator: it originates value directly through on-chain logic.

RWA: Structural Dependency An RWA inherits the risks and properties of its underlying asset. If you tokenize a Treasury bond, you are still subject to sovereign decisions, custodial risk, and regulatory freezes. Value depends on off-chain infrastructure: custodians to hold the asset, auditors to verify supply, and legal entities to process redemptions. The RWA remains tethered to the traditional institutional layer.

STA: Protocol-Native Value An STA does not point to an external asset; it is the asset. Instead of a bond, there is a smart contract defining accumulation logic. Instead of a custodian, there is a distribution schedule encoded in code. Its substance is the contract and the blockchain’s native supply mechanism.

The Practical Result RWAs are vulnerable to "off-chain failure"—custodian insolvency, regulatory seizure, or issuer default. STAs, conversely, cannot default in the traditional sense. While their market value may fluctuate, the instrument’s execution is guaranteed by the protocol, making it as durable and autonomous as the blockchain itself.


9.5  Capturing Value: RWAs vs. STAs 

RWAs: Porting Existing Finance

RWAs address the current financial system by tokenizing it. The value proposition is efficiency: moving existing instruments onto faster rails. However, their potential is strictly bounded by the legacy system they migrate; they remain dependent on external banks and legal jurisdictions.

STAs: Generating a Native Financial Environment

STAs do not just replicate functions; they generate their own financial environment. By linking contract logic directly to the protocol’s emission and supply, an STA creates a self-contained ecosystem where value is originated and settled entirely on-chain. This eliminates the need for an institutional layer and targets the "displacement potential": the trillions of dollars currently extracted by financial middlemen through fees and overhead.

The Structural Difference

  • RWAs migrate existing finance to the blockchain, inheriting its constraints.

  • STAs build the functional equivalent natively, creating a sovereign financial environment.

While RWAs optimize the old system, STAs capture the massive revenue stream of traditional intermediation by replacing the middleman with code.


10.  Token standards

STAs are non-fungible by construction. While STAs are blockchain-agnostic, their efficiency depends on the token standard used. Common implementations include:

  • Ethereum (ERC-1155): Ideal for managing thousands of instrument families in one contract to minimize gas costs.

  • Solana (Token Extensions): Provides native hooks for complex, high-speed financial logic.

  • Cosmos (CW-1155): Enables interoperable, deterministic assets across independent chains.

  • Tezos (FA2) & NEAR (NEP-171): Offer unified or sharded frameworks for scalable financial applications.

  • Polkadot (Substrate): Allows financial logic to be baked directly into the blockchain runtime.

Bottom line: Any chain with a robust smart-contract layer can host the sovereign financial environment of an STA.



11.  Composability and inheritance

Composability: Financial "LEGOs"

Because STAs use standard coding languages, they can plug directly into other digital tools. You don't need permission to use them; they are "open" by default.

  • Collateral: You can use an STA as a guarantee for a loan.

  • Trading: You can swap them instantly on decentralized markets.

  • Tracking: Data tools can read their value automatically.

Basically, if a piece of software can "see" a digital token, it can work with an STA.

Inheritance: Cutting Out the Middleman

In the traditional world, passing on an investment requires banks, lawyers, and lengthy probate processes. With an STA, ownership is structural—it exists entirely within your digital wallet.

  • Direct Transfer: Passing an asset to a family member is as simple as sending a digital message.

  • No "Gatekeepers": You don’t need a bank’s permission or institutional cooperation to move the asset.

  • Legal vs. Technical: While you still have to follow your country's tax and inheritance laws, the physical act of moving the money no longer requires an institution to facilitate it.


12.  Beyond Today’s Products

Any financial instrument that can be written as code can be an STA. We aren't limited by what exists today, but by what is computable. Key areas for development include:

  • Conditional Rewards: Payouts triggered by network milestones, like adoption thresholds or supply targets.

  • Structured Instruments: Single tokens that combine saving, borrowing, and interest-bearing positions.

  • Interdependent Assets: STAs that "watch" and respond to the behavior of other instruments.

  • Programmable Routing: Automatically splitting payments among different wallets based on pre-set rules.

  • Dynamic Supply: Interest rates or emissions that adjust automatically based on the total health of the protocol.

Traditional finance is a set of products; STAs are a programming language for value. We are moving from a world where you choose from a menu of options to a world where you can code any financial behavior you can imagine.

Most of the category has not been built. The protocols that design these next-generation STAs will define the next decade of on-chain finance.

13.  BloomBeans — the first reference implementation

The first STAs deployed at full operational scale are those of the BloomBeans Protocol. The complete specification is published at docs.bloombeans.io/Documentation/. The mathematics of the deployed families is summarised here as evidence that the category is viable, not as a product catalogue.

All BloomBeans STAs are denominated in BEAN, the protocol's native cryptocurrency. BEAN supply is programmed to mint new units according to the schedules encoded in the STAs themselves; the interest is the emission.

Savings — compound accrual

PX = P × (1 + r)^(12n)

P is the committed principal, r is the monthly reward rate, n is years. Monthly compounding for up to thirty years.

Locked Savings — multiplier-target accumulation

The user selects a target multiplier on the principal from x2 to x200; the contract computes the months required to reach it under the current rate. Higher output than Savings, no early access, not usable as collateral.

Income Stream — periodic distribution

I = P × [(1 + r)^A − 1] × (1 − d × (n − 1))

I is the BEAN distribution every A months; d is a −0.3 per cent decrease applied per additional year; n is years (1 to 50). Principal returned at maturity.

Retirement — two-phase accumulation and distribution

Phase 1:  PX = P × (1 + r)^(12 × n1)

Phase 2:  I  = PX × [(1 + r)^A − 1] × (1 − d × (n2 − 1))

Compounding phase up to fifteen years; distribution phase up to forty-five years. Compounded principal returned at the end.

Secure — flexible-access compounding

Y = P × [(1 + r)^A − 1]

Thirty-year instrument with five variants differing only by compounding interval (3 months, 1, 2, 5, or 10 years). Full BEAN access at all times; no reinvestment of withdrawn amounts. Trade-off: longer intervals produce more BEAN per compounding event but fewer events.

Loan — zero-reward credit position

Any STA can be used as collateral. The user receives BEAN equal to twenty-five per cent of the collateral STA's principal plus accrued BEAN. No reward is charged; only the original amount is repaid. Repayment is flexible. Collateral rewards pause until repayment; the collateral remains tradeable.


14.  Regulatory positioning and vocabulary discipline

The legal positioning of STAs follows from the structural definition. Because the category is issuer-less, immutable, and denominated in a closed-loop native cryptocurrency, it does not satisfy the constitutive elements of the principal regulated-instrument frameworks. The non-classification is a consequence of architectural facts, not the result of regulatory engineering.

Why STAs are not financial instruments under MiFID II

Financial instruments in the European Union are defined under MiFID II, Annex I, Section C, and identified by the substance of the rights they confer. The ESMA Guidelines on the classification of crypto-assets instruct regulators to apply substance-over-form analysis. An STA confers no claim against any obligor, embeds no revenue-sharing right, grants no governance entitlement over any legal entity, and contains no fiat-denominated payment obligation. The substance test returns nothing on which a financial-instrument classification could anchor.

Why STAs are not deposits, bonds, shares, pensions, or insurance

A deposit under Directive 2014/49/EU requires a credit institution accepting funds under a contract of deposit with a fiat-repayment obligation. None exists. A bond or share under MiFID II Annex I requires an identifiable issuer with a fiat payment obligation. None exists. A pension product under the IORP Directive or PEPP Regulation requires a scheme operator and an institutional retirement structure. None exists. An insurance product under Solvency II requires a risk transfer, an insured event, and a premium. None exists.

Every regulated-instrument framework contains a fiat-anchored threshold or an institutional-counterparty requirement. The closed-loop native-currency denomination means no STA crosses any such threshold.

Vocabulary discipline

Because STAs replicate the economic functions of traditional financial instruments, there is a structural temptation to describe them with the vocabulary of those instruments. That vocabulary imports the regulatory categories the architecture is designed to remain outside of. Maintaining a closed-system vocabulary is therefore a structural part of the legal position of the category.

Term not used

Term used

Interest rate

Reward rate (denominated in the native cryptocurrency)

Yield / APY / APR

Protocol emission rate

Returns / yield / profit

Scheduled native-currency distributions

Deposit / depositor

Committed principal / participant

Bond / debenture

Periodic distribution STA

Dividend / coupon

Scheduled release / smart-contract distribution

Pension / pension fund

Retirement STA / scheduled releases

Insurance / assurance

Flexible-access compounding STA

Investor / saver

User / participant / STA holder

Capital protection / guarantee

Principal — no protection; market value may be zero

Fund / collective investment

Pre-minted native currency locked by smart contract


The pattern is the move Bitcoin made fifteen years ago with words like “mining”, “halving”, “wallet”, and “address”. Those terms did not import their fiat-world classifications because they were redefined inside a closed system. STA vocabulary follows the same logic.


15.  Closing remarks

The Sovereign Finance Frontier

STAs represent more than just a new asset class; they are the architectural blueprint for a self-sustaining financial environment. By replicating the core functions of traditional finance—without the institutional baggage—they unlock a level of innovation previously impossible under legacy constraints.

A Paradigm Shift in Market Logic

  • Programmable Marketplaces: STAs will demand entirely new categories of loan markets and secondary liquidity pools that operate 24/7 without manual clearing.

  • Frictionless Credit: Because the "logic" is built-in, borrowing and lending become flexible, peer-to-peer operations that respond instantly to code rather than committee approval.

  • Total Autonomy: We are moving from a system of "permissioned access" to one of "functional freedom." The token is the instrument, the chain is the registrar, and the protocol is the source.


Legacy Finance

STA-Driven Finance

Market Access

Rigid & Intermediated

Flexible & Open

Loan Structure

Institutional Approval

Programmatic & Peer-to-Peer

Innovation Limit

Regulatory/Legal Hurdles

Boundary of Computability

Dependency

Centralized Middlemen

Sovereign Protocol Logic


The Future of Innovation

The current landscape is reminiscent of the fungible-token economy a decade ago: visible to visionaries but unrecognized by the mainstream. As we move forward, STAs will revolutionize finance by allowing developers to "code" economic outcomes that were once the exclusive domain of central banks and global institutions.

The door to financial innovation is now wide open. The next decade will not be defined by who uses these tools, but by the new, unmapped financial environments they choose to create.


Smart Trustless Assets · Technical Specification · First Edition · 2026


 
 
 

Comments


bottom of page