GET /tge/metrics
Response now includes ft_burns with per-chain cumulative totals and cross-chain total (chain_id: 0).
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.
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 vaultContract: 0xbA49d0AC42f4fBA4e24A8677a22218a4dF75ebaA
Event: WithdrawFT(address user, uint256 putId, uint256 amount)
Report generated: 2026-02-23 21:28 UTC
| Stat | Value |
|---|
{