Sense Finance
Credit · Fixed Income · SENSE
Sense Finance is a yield-stripping protocol that decomposes yield-bearing assets into zero-coupon Principal Tokens and Yield Tokens for fixed-rate and yield-trading use cases. Verify on-chain activity before relying on it.
Yield stripping into zero-coupon and yield tokens.
Protocol TVL
$22.1K
Latest data · 15 min delay
AI Agent Skill
Machine-readable protocol knowledge for agents
Sense Finance — Research Skill
Yield stripping into zero-coupon and yield tokens.
sense · v1.0.0
Facts
| category | Network |
| symbol | SENSE |
| tagline | Yield stripping into zero-coupon and yield tokens. |
| arbitrumNative | no |
| chains | Ethereum |
| security | verified (OZ-derived · public audit on file) |
| memberCoins | 1 (SENSE) |
| founded | 2022-09-19 |
| tvl | $22.08K |
| tvlChange1d | 1.8% |
| tvlChange7d | 7.9% |
| universalMetricsSyncedAt | 2026-07-03T17:04:24Z |
Sections
Overview
Sense Finance is a yield-stripping protocol that decomposes yield-bearing assets into zero-coupon Principal Tokens and Yield Tokens for fixed-rate and yield-trading use cases. Verify on-chain activity before relying on it.
What makes it different
Early yield-tokenization design (Sense Space AMM); confirm current activity levels before treating its markets as live.
Components
- Sense Divider (yield stripping): Core Sense v1 contract that takes any yield-bearing asset (a 'Target', e.g. stETH or cUSDC) via an adapter and splits it into two fixed-term ERC-20 tokens for a given maturity: a Principal Token (PT, 'sP' prefix) that redeems 1-for-1 for the underlying at maturity, and a Yield Token (YT, 'sY' prefix) that claims the yield accrued until maturity. Combining PT+YT reconstitutes the Target. - Sense Space AMM: A custom fixed-rate automated market maker (a YieldSpace implementation) where PTs and YTs trade. Its key innovation is that LPs deposit the yield-bearing Target itself as the quote asset rather than the underlying; accrued Target yield is excluded from the YieldSpace invariant and reserved for LPs, so LP capital keeps earning even when no trading occurs. Space is deployed on Balancer V2 vault infrastructure and includes a TWAP oracle. - Adapters: Permissionless connector contracts that onboard a specific yield-bearing asset into Sense (e.g. Lido stETH, Compound cUSDC). Adapters define how a Target's scale/underlying is read, enabling anyone to add new fixed-income markets without core-team approval. - Roller / Auto-Roller (RLV): A Roller Liquidity Vault that automatically rolls liquidity from an expiring PT/YT series into the next maturity, letting LPs maintain continuous fixed-income exposure without manually migrating at each rollover. Audited separately by Sherlock and Fixed Point Solutions in late 2022.
Member coins
- SENSE (SENSE) — Token, Governance token
Risks
- Systemic: The protocol is deprecated: the Sense Core team ceased all contributions in October 2023 and stopped hosting the front-end on December 1, 2023. Remaining PTs/YTs and Space LP positions rely on immutable, unmaintained contracts with no team support, no active UI, and effectively no liquidity — any residual value must be interacted with directly on-chain. - Smart Contract: Sense is a complex yield-stripping system (Divider, adapters, Space AMM built on Balancer V2, and the Auto-Roller vault). Despite multiple audits, unmaintained immutable contracts cannot be patched, so any latent bug in the Divider, adapters, or Space math is permanent and unmitigable now that the team has stepped away. - Collateral: Each fixed-income market depended on the specific yield-bearing Target it wrapped (e.g. Lido stETH, Compound cUSDC). Adapters were permissionless, so a poorly-chosen or compromised Target could impair the PT/YT of that series; PT redemption value is only as sound as the underlying Target and its adapter's scale accounting. - Oracle: Space integrated a TWAP oracle and adapters read a Target's 'scale' to value redemptions and yield accrual. Manipulation or mispricing of the Target scale or the Space TWAP could distort PT/YT valuations and enable mispriced trades or unfair redemptions. - Reserve / Depeg: Because Targets were assets like stETH, a depeg of the underlying yield-bearing asset (e.g. stETH trading below ETH) would directly reduce the redemption value of the corresponding Principal Tokens, transmitting the underlying's peg risk to Sense fixed-income holders.
TradFi analogue
- Zero-coupon bond / STRIPS (Treasury interest-rate strips): similar — A Sense Principal Token is economically a zero-coupon bond on the underlying asset: it is bought at a discount and pays out a fixed amount (the principal) at a set maturity date, locking in a fixed yield. This mirrors how TradFi STRIPS separate a coupon bond's principal from its interest payments and trade the principal as a discount instrument.; differs — PTs are permissionless, on-chain, and reference DeFi yield-bearing assets (stETH, cUSDC) rather than sovereign/corporate credit; they carry smart-contract and Target/depeg risk rather than issuer credit risk, and have no coupon at all (the yield stream is separated into the Yield Token). - Interest-rate strip / coupon strip: similar — A Sense Yield Token is analogous to the coupon strip of a bond: it isolates and trades only the future interest (yield) payments of the underlying over a fixed term, letting holders take a directional view on rates.; differs — YTs settle continuously against the actual on-chain yield of the Target and become worthless at maturity, versus fixed, contractually scheduled coupons on a TradFi bond; pricing is set by an AMM, not a dealer market.
Actions
| Name | Signature | Access |
|---|---|---|
getProfile Read the CanHav profile for Sense Finance. | research_getEntity({ slug: "sense" }) | read-only |
listMembers List the member coins (stablecoins / tokens / RWAs) under this network. | research_listByCategory({ category: "networks" }) | read-only |
readLiveMetrics Read live on-chain supply / metadata for a member contract (Arbitrum). | chain_readLive({ address: "0x..." }) | read-only |
getHistory Pull historical peg / TVL series for a member protocol. | research_getHistory({ slug: "<member-slug>", metric: "peg" | "tvl" }) | read-only |
Glossary
- TVL
- Total value locked — assets held or managed by a protocol, in USD.
- APR
- Annual percentage rate — yield before compounding.
- RWA
- Real-world asset — an off-chain asset represented as an on-chain token.
- ERC-8004
- Trustless-agent identity standard; an agent's portable on-chain identity (ERC-721).