Stand up Aave v3-style lending pools on Sentrix mainnet. SRX + WSRX + bridged assets become collateralisable.
Why
Sentrix has the DEX layer (sentrix-dex) live but no money market. Lending is the second-largest DeFi primitive by TVL across every chain that has one. Without it, capital efficiency on Sentrix caps low.
Scope
- Fork
aave-v3-core and adapt for Sentrix's chainId / RPC quirks
- Configure initial markets (WSRX, bridged USDC via Hyperlane, maybe stSRX once that ships)
- Oracle decision: Chainlink CCIP integration if/when available; Chronicle/Pyth as fallback; price-feed-from-DEX-TWAP as bootstrap
- Audit before mainnet deploy
Open questions
- Custom audit or shared with an existing Aave-deployer audit?
- Risk parameters (LTV, liquidation thresholds) per market — copy mainnet defaults or tighten for new-chain risk profile?
- Governance: SentrixSafe-controlled initially, transition to onchain over time?
Acceptance
- Design doc + parameter table
- Deployment scripts + verified contracts on Sentrix mainnet
- Audit report linked from docs
Stand up Aave v3-style lending pools on Sentrix mainnet. SRX + WSRX + bridged assets become collateralisable.
Why
Sentrix has the DEX layer (
sentrix-dex) live but no money market. Lending is the second-largest DeFi primitive by TVL across every chain that has one. Without it, capital efficiency on Sentrix caps low.Scope
aave-v3-coreand adapt for Sentrix's chainId / RPC quirksOpen questions
Acceptance