- FT Burn Chart — Cumulative FT burned over time with USD values, period selector (1w/1m/3m/6m/1y)
- FT/Capital Ratio Chart — Shows FT Value / Investment Value ratio over time
- Dashboard period dropdown and UI fixes
- stS token added to token config
Users can swap one collateral type for another within the FlyingTulip lending protocol. For example, swap USDC collateral to wS collateral (or any supported pair). The frontend signs an EIP-712 order and submits it to the executor API. The executor handles DEX routing and on-chain execution.
- User has collateral deposited in PositionsManager (e.g., USDC)
- User signs an EIP-712 swap order specifying sellToken → buyToken
The swapCollateralFlashWithSession function on the LeverageRfqEngine contract allows users to swap one collateral type for another within the FlyingTulip lending protocol (PositionsManager). The executor service acts as the filler, routing swaps through DEX aggregators (Odos) via a flash callback pattern.
User signs EIP-712 order → Executor API → Service picks up order
| # ftUSD User Activity — USD Sorting Changes | |
| ## What changed | |
| The `/ftusd/user/{address}/transactions` endpoint now sorts by **USD value** instead of raw token amounts when using amount-based sorting. | |
| ## Sorting | |
| Use the `sort` query parameter: |
We replaced 6 legacy per-action hooks with a single consolidated useFTUSDActions hook. This mirrors the pattern used in lending (useLendingActions).
useMintWithPermitAndFee— buy (mint) ftUSDuseRedeemWithPermit— sell (redeem) ftUSDuseStakeWithPermit— stake ftUSD to vault
Contract: 0xbA49d0AC42f4fBA4e24A8677a22218a4dF75ebaA
Event: WithdrawFT(address user, uint256 putId, uint256 amount)
Report generated: 2026-02-23 21:28 UTC
| Stat | Value |
|---|
{