Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.09 KB

Dappio Gateway: The Framework that Empowers the Composability of Solana Programs

What is Gateway?

  • 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

Architecture

  • 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

Workflow

Supported Protocols

See adapter-programs for more details

References