Sense Finance
- Name: Sense Finance
- URL: https://github.com/sense-finance/sense-v1
- Category: fixed-income product wrapper / yield-stripping frontend-and-onboarding stack / adapter-driven maturity-tokenization framework
- Tags: ethereum-ecosystem
- Summary: Sense Finance is mostly the project wrapper around sense-protocol, not a separate fixed-income anchor. The useful residue is the product and onboarding layer around
Divider, adapters,Space, and the portal stack, plus the managed-launch reality that kept adapter verification, pool rollout, and permissionless expansion under tight operator control. - What it does:
- Lets users manage fixed-rate and future-yield exposure on existing yield-bearing assets rather than only on base assets or floating-rate pools
- Uses a
Dividercontract to split target assets into maturity-linked Principal Tokens and Yield Tokens - Supports multiple series per target asset, each identified by maturity, with lifecycle functions for issuing, combining, collecting, and redeeming positions
- Uses adapters and adapter factories to onboard different yield sources and encode source-specific scale, oracle, and settlement logic
- Uses
Space, a Balancer-v2-based YieldSpace implementation, as the PT/Target AMM layer around each series - Adds periphery, pool-manager, and portal layers that bundle user actions, onboard assets, and expose rates across the protocol
- Key claims:
- The main Sense repository describes the protocol as a decentralized fixed-income protocol on Ethereum that lets users manage risk through fixed rates and future-yield trading on existing yield-bearing assets
- The repository describes the
Divideras the accounting engine of the protocol, responsible for dividing target assets into ERC-20 Principal and Yield tokens across maturity-specific series - The adapter model is central: adapters hold target-specific logic, can custody airdrops/rewards, and expose parameters such as target, oracle, issuance fee, staking requirements, and maturity bounds
- Sense explicitly separated verified and unverified adapters and initially launched with only verified adapters, which is an important governance/control signal because practical onboarding power stayed with the team before broader permissionless expansion
- The repo says the eventual goal was governance minimization, but also lists a concrete set of privileged permissions retained by Sense Finance Inc for pausing, adapter management, guarded launch controls, and pool deployment/parameter setting
- The
space-v1repository describes Space as a YieldSpace implementation with a native yield-bearing side and an oracle on top of Balancer v2, showing that Sense mutated the original YieldSpace pattern rather than merely copying it - The
sense-portalrepository frames the frontend as an interface for exploring rates in DeFi and interacting with Sense, reinforcing that the protocol was presented as rate-discovery infrastructure, not only as a consumer yield app
Internal linkages
- Mechanism note to read upward into: sense-protocol.
- Stronger PT/YT comparison anchors: element-protocol and pendle.
Governance / control risk
-
The real leverage sat in verified-adapter admission, pool deployment, guarded-launch permissions, and the admin path for pauses and parameter changes.
-
So the important read is not
fixed income app. It is a managed rollout around a yield-stripping engine whose path to permissionlessness stayed operator-defined. -
Whitepaper: Sense historically published a litepaper at
https://docs.sense.finance/litepaper/, but the docs deployment returnedDEPLOYMENT_DISABLEDduring this pass; the locally saved primary-source notes for surviving repository materials are in../whitepapers/sense-finance-primary-sources-2026-05-09.md. -
Sources:
- https://github.com/sense-finance
- https://github.com/sense-finance/sense-v1
- https://raw.githubusercontent.com/sense-finance/sense-v1/main/README.md
- https://github.com/sense-finance/space-v1
- https://raw.githubusercontent.com/sense-finance/space-v1/main/README.md
- https://github.com/sense-finance/sense-portal
- https://raw.githubusercontent.com/sense-finance/sense-portal/main/README.md
- https://docs.sense.finance/
- https://docs.sense.finance/litepaper/
-
Last reviewed: 2026-06-04 UTC