7.4 Smart Contract Integration
TrustBridge uses the Blend v2 smart contract suite via Soroban SDK.
Key Contracts:
BlendPool
— pool logic, lending ratio, interest computationRiskModule
— detects unhealthy pools, triggers freezeBackstopModule
— manages the insurance fundBorrowerActions
— borrower flows (request, repay)LenderActions
— funding, balance tracking
Use the Soroban CLI to simulate contract calls and test locally.
💡 You can get free XLM from the Stellar Testnet Faucet.
Last updated