Integrations
Etch integrates with best-in-class Solana protocols. No custom smart contracts required.
Protocol Stack
| Protocol | Purpose | Status |
|---|---|---|
| Streamflow | Token vesting | ✅ Integrated |
| Realms | DAO governance | ✅ Integrated |
| Meteora | Liquidity pools | ✅ Integrated |
| Metaplex | Token metadata | ✅ Integrated |
Why These Protocols?
Security First
All integrated protocols are:
- Audited by reputable security firms
- Battle-tested with billions in TVL
- Open source and verifiable
No Lock-in
Your tokens, vesting contracts, DAOs, and pools are standard Solana accounts:
- Manage vesting on app.streamflow.finance
- Govern on realms.today
- Trade on app.meteora.ag
- View metadata on any Solana explorer
Composability
Everything Etch creates is fully composable:
- DAO can control vesting releases
- Pool fees can fund treasury
- Governance can manage metadata updates
Architecture
┌─────────────────────────────────────────────────────────┐
│ Your App │
└─────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ Etch API │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ Auth │ │ Jobs │ │ Webhooks│ │ Health │ │
│ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │
└─────────────────────────────────────────────────────────┘
│
┌────────────────┼────────────────┐
▼ ▼ ▼
┌─────────────────┐ ┌─────────────┐ ┌─────────────────┐
│ Streamflow │ │ Realms │ │ Meteora │
│ (Vesting) │ │ (DAO) │ │ (AMM) │
└─────────────────┘ └─────────────┘ └─────────────────┘
│ │ │
└────────────────┼────────────────┘
▼
┌─────────────────────────────────────────────────────────┐
│ Solana Blockchain │
└─────────────────────────────────────────────────────────┘Direct Access
While Etch handles the complexity, you always have direct access:
// Your vesting contract on Streamflow
const vestingId = "your-vesting-id";
// Manage at: https://app.streamflow.finance/vesting/{vestingId}
// Your DAO on Realms
const realmId = "your-realm-id";
// Govern at: https://realms.today/dao/{realmId}
// Your pool on Meteora
const poolId = "your-pool-id";
// Trade at: https://app.meteora.ag/pools/{poolId}Learn More
Last updated on