June 13 - June 19
6 days ago
This week we added the Concrete ERC-4626 integration on Ethereum, exposed Marinade's mSOL price via getState(), reclassified Lido ETH as liquid staking, reflect the TON → GRAM rebrand, and added /v1/tokens discovery and project-scoped /v1/networks.
New Yield Integrations
- Concrete (Ethereum) — ctDefiUSDT and ctfrxUSD+: Concrete is now available on Ethereum with USDT (ctDefiUSDT) and FraxUSD (ctfrxUSD+) vaults — ERC-4626 deposits with an epoch-based withdrawal queue on exit.
Integration Improvements
- Marinade mSOL —
pricePerShareState: Marinade mSOL now exposesgetState()returning the mSOL/SOL price, mirroring Rocket Pool's rETH. - Lido ETH staking — liquid-staking classification: Lido ETH staking is now classified as
liquid_staking, so it appears in liquid-staking action filters and source-based queries. - TON — GRAM rebrand: TON token metadata (name, symbol, yield names, descriptions) now reflects the GRAM rebrand. Yield IDs are unchanged, so existing integrations keep working.
- Solana native staking — 1 SOL minimum: Solana native staking now shows a 1 SOL minimum, separating the minimum delegation from rent-exemption requirements.
Bug Fixes
- Marinade mSOL — MAX unstake fully closes the position: A MAX unstake of mSOL now drains the position completely, with no leftover dust.
- Sky sUSDS — exact allocator exit: Sky sUSDS exits through the OAV allocator now redeem the exact requested amount.
- Solana — small-amount precision: Very small Solana token amounts now keep full precision instead of rounding to zero.
API Improvements
- Token discovery —
GET /v1/tokens: New endpoint returns paginated project tokens with theiravailableYields, filterable bynetworksandyieldTypes, excluding yields under maintenance, deprecated, or decommissioned. - Networks — project-scoped filtering:
GET /v1/networksnow returns only networks with enabled yields for your project, in alphabetical order. - MCP — agentkit-builder tooling: The MCP server added documentation lookup, live Yield API spec retrieval, error diagnostics with troubleshooting guidance, and a repository reference tool.

