Skip to main content

For Reviewers — start here

Updated August 2026. Four links, one line each — walkable in under ten minutes by someone who has never seen the project.

  1. Live app — wrap a restricted asset, borrow against the share, watch yield accrue while pledged; wallet-connected, or take the no-wallet guided demo (the five beats, each an on-chain transaction).
  2. Live metrics — testnet positions read straight from the chain; every figure labeled, counting rules in Metrics Methodology.
  3. Code — 7 Soroban contracts, 100 unit tests + property/fuzz suites, CI enforcing fmt · clippy -D warnings · tests · ≥90% coverage on the core; status ledger in docs/STATUS.md.
  4. Litepaper — the thesis: wrap restricted RWAs into composable, yield-passing shares; permissioned liquidation makes them lawful collateral.

Contract addresses (Soroban testnet, verify on stellar.expert): Addresses.

What is real today, in one sentence: the full restricted-asset loop — SEP-8 transfer blocked → wrap → borrow → yield-while-pledged → permissioned liquidation (unauthorized caller rejected) — runs live on Stellar testnet against a real Reflector SEP-40 oracle feed; everything beyond that is labeled Tranche scope, not shipped work.