Overview
This documentation explains the technologies and protocols used for token creation, liquidity pools, and DeFi integrations on Solana.
Key Technologies
- Solana — High-performance blockchain for fast, low-cost transactions.
- SPL Token — Standard for fungible tokens on Solana.
- Metaplex Metadata — On-chain metadata for tokens.
- Meteora — Protocols for advanced liquidity pools (Dynamic Bonding Curve, DAMM v2).
- MoonPay — Fiat on/off ramp for buying and selling tokens.
- Privy — Secure wallet management and authentication.
Architecture Overview
The platform consists of several key components:
- User Interface (Web/App): The frontend through which users interact with the platform.
- API Layer: Handles requests from the frontend and communicates with blockchain protocols and external services.
- Solana Blockchain: Processes all token and pool operations, ensuring fast and secure transactions.
- Meteora Protocols: Provide advanced liquidity pool features and DeFi integrations.
- MoonPay: Enables fiat on/off ramp for buying and selling tokens.
- MongoDB Database: Stores public data such as tokens, pools, and user profiles.
Each component interacts through secure APIs and on-chain transactions. See the following sections for more details on each technology and integration.