roberto@thesolidchain: ~/redefi online host: redefi.thesolidchain.com
[redefi] 1:overview 2:protocols 3:pipeline 4:sdk 5:contact chains eth·base · sim on
overviewproduct of the solid chain
╭───────────────╮
   reDeFi <=>
╰───────────────╯

One SDK, every protocol. Multi-chain DeFi in TypeScript — swaps, portfolio, lending, yield and order routing behind one typed interface, simulated on a fork before you sign.

$ pnpm add @thesolidchain/sdk-client

coveragecalibrated 2026
protocols██████████████████░░░░░░ 7 live · 3 queued
intents████████████████████░░░░ swap·lend·yield·stake·lp
chains████████░░░░░░░░░░░░░░░░ eth · base · +next
test coverage████████████████████░░░░ 80%+ gated in CI
dependencies░░░░░░░░░░░░░░░░░░░░░░░░ this page: zero
protocol matrix:plugins — one module each
protocolclasscapabilitiesstatus
Aave V3lendingsupply · borrow · e-mode● live
Compound V3lendingbase-asset markets● live
Yearnyieldvault deposit · withdraw● live
Lidoyieldliquid staking● live
Maker / SkyyieldDSR · sUSDS rates● live
Convexstakingon-chain pid · reward-rate APY● live
Uniswap V3liquiditypositions · slippage-safe LP● live
Curveliquidityplugin queued○ queued
Pendleyieldplugin queued○ queued
EigenLayerrestakingplugin queued○ queued
order pipelineintent → sign
 intent
   │  "supply 25,000 USDC"order planner
   │  route · allowances · stepssimulation (chain fork)
   │  exact outputs, no surprisesready-to-sign txs
   │  you keep the keyson-chain · eth · base
quickstart.tstyped end-to-end
import { makeSDK, ExecutionType } from '@thesolidchain/sdk-client'

const sdk   = makeSDK({ chainId: 1, walletAddress })
const pool  = await sdk.getLendingPool({ poolId })
const sim   = await sdk.simulator.lend.simulateSupply({ poolId, amount })
const order = await sdk.buildOrder({ user, simulation: sim,
                                     executionType: ExecutionType.Direct })

// react? useSDK() hooks ship in @thesolidchain/sdk-react
endpoints:contact ⬢ request early access

private beta · sdk api may change before v1

-- BETA -- reDeFi <=> v0.x 7 plugins eth · base © 2026 the solid chain utf-8 · unix · 100%