DurataDurata
Open the app
Reference

Documentation

Fixed yield for tokenized assets.

Version 0.1 · draft
Document status

A product and protocol draft, not a final specification, legal opinion, or security audit. Items still open — supply, emissions, lock model, fee-share eligibility, governance delay — require economic, legal, technical and security review before mainnet.

01 — Overview

Durata turns variable yield into two independent instruments: a Principal Token (PT) that redeems for principal at a defined maturity, and a Yield Token (YT) that receives the yield generated until then. Holders can lock a fixed return, trade future yield on its own, and build a term structure across maturities.

02 — The problem

Yield-bearing assets on-chain expose holders to a floating rate. A Treasury-bill product tracks short-term government yields; a tokenized stock earns lending income only while it is borrowed. Either way the rate moves during the holding period, and there is no clean way to lock a return, to take a standalone position on future yield, or to hedge a rate change. Traditional markets solve this with zero-coupon instruments and maturity curves; Durata ports those building blocks.

03 — Core concepts

PTThe right to receive principal at maturity. Normally trades below par before it; the discount is the fixed return.
YTThe right to all eligible yield until maturity. Value depends on realised yield, expected rates, time left and demand.
MaturityA market is one asset and one date. At maturity the yield period ends and PT becomes redeemable.
NotationPT-SGOV-2027-07 — principal claim on the SGOV market maturing July 2027.

04 — Lifecycle

Deposit a supported asset → mint one PT and one YT per unit of principal → use or trade either leg → yield accrues to YT → at maturity, settle and redeem PT for principal. Before maturity, PT and YT recombine into the underlying at any time.

Accounting principle

Protocol fees are charged against yield, never principal. Principal accounting stays isolated from variable yield accounting — a series cannot fund a fee out of someone's principal.

05 — Economics

A PT redeeming at 100, bought at 95, returns 5 gross over the remaining term. YT receives the yield of the whole principal while costing only a fraction of it, so a change in expected yield produces an amplified percentage move — the higher-volatility rate instrument of the pair.

InstrumentExposureTypical objective
PTDiscount accretion to parLock a fixed return, cut rate uncertainty.
YTRealised yield to maturityExpress a view that yield beats what the market implies.
PT + YTFull underlying economicsReconstruct the original position.

06 — Pricing example

Illustration only. Deposit 100 of principal on a one-year market with an indicative 5% yield. PT might trade at 95 and YT at 5. Held to maturity, the PT buyer gains 5 on 95 — about 5.3% gross. If realised yield beats the level implied by the YT price, YT outperforms; if it falls, YT declines. PT holders still carry issuer, settlement, liquidity and smart-contract risk.

07 — Market design

Each market fixes an asset, a maturity, an adapter, accounting rules, fees and emergency limits. v1 ships minting, redemption and PT trading. PT liquidity matters most because the PT price is the fixed yield to maturity. Once several maturities are liquid, their prices imply an on-chain yield curve other protocols can reference.

08 — Initial assets

Phase 1 — tokenized Treasury bills. T-bill yield is transparent, which makes it the right asset to validate pricing, settlement and accounting. Phase 2 — tokenized stocks, whose lending income can be separated with the same model once the adapter can account for intermittent yield. Admission requires reliable principal accounting, observable yield, sufficient liquidity, compatible access rules and a completed review.

09 — Architecture

FactoryCreates one series per (asset, maturity) and holds the two global parameters.
AdapterThe only component that knows how an underlying expresses yield. Must never overstate it.
SeriesCustodies the asset, mints PT/YT, books yield, settles at maturity.
PT / YTPlain ERC-20 claims. Mintable only by their series; no owner, no pause.

Invariants

10 — Fees and governance

The protocol fee starts at 3% of realised yield, capped in code at 10%, and applies to no part of principal. DURA is the proposed governance and incentive token: direct incentives to maturities that need liquidity, vote on parameters within risk limits, and potentially share fees through a lock, where legally and technically permitted. Supply, allocation, emissions, lock model and fee-share eligibility remain open.

11 — Risks

Underlying issuerThe tokenized asset may depend on an issuer or SPE.
Smart contractBugs may affect minting, accounting, distribution or redemption. Unaudited today.
AdapterYield may be measured or attributed incorrectly.
LiquidityPT or YT may trade with high slippage, or without an exit.
RateYT loses value when future yield falls.
SettlementRedemption may be delayed by the underlying or the chain.
GovernancePrivileged roles may be misused or compromised.
RegulatoryTokenized securities are restricted in some jurisdictions.
Risk disclosure

PT is not risk-free fixed income. Its return is fixed only in economic terms, and only if the underlying, protocol, settlement and market assumptions hold.

12 — Access

Durata follows the legal and transfer restrictions of each supported underlying. The current brief anticipates rules aligned with Robinhood Chain stock-token restrictions, potentially excluding the United States, United Kingdom, Canada, Switzerland and the United Arab Emirates.

13 — Roadmap

0 · ResearchAdapters, settlement, AMM, legal perimeter, token model.
1 · TestnetOne T-bill maturity with caps and simulated liquidity.
2 · Mainnet betaMint, redeem and PT trading for the first market, capped.
3 · Multi-maturityAdditional maturities and incentives; the curve becomes usable.