- It's an universal interface for various Solana DeFi Protocols
- Pool
- Farm
- Leveraged Farm
- MoneyMarket
- Vault
- ...
- It's a CaaS (Compasaility-as-a-Service) that standardizes inter-protocol interaction on Solana to unlock the potential of composability
- It's a common knowledge base that helps Solana community learn and improve
- Builder: Off-chain component that helps composing different DeFi actions
- Protocol(s): Off-chain component that packages the specific instruction set of each protocol
- Gateway: On-chain program that manages state and distributes fees
- Adapter(s): On-chain program that connects base program and Gateway program
See adapter-programs for more details