Skip to Content
IntegrationsIntegrations

Integrations

Etch integrates with best-in-class Solana protocols. No custom smart contracts required.

Protocol Stack

ProtocolPurposeStatus
StreamflowToken vesting✅ Integrated
RealmsDAO governance✅ Integrated
MeteoraLiquidity pools✅ Integrated
MetaplexToken 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:

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