ayushpaharia / gateway

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

Home Page:https://universal-rabbit-hole.dappio.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://universal-rabbit-hole.dappio.xyz

License:Apache License 2.0


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%