Meteora Fee Router

A Solana Anchor program for automated fee distribution with quote-only accrual, Streamflow-aware investor payouts, and creator remainder settlement.

Solana Anchor 0.32.1 Devnet Deployed Rust Unit Tests Passing
View Repository NPM Package

What It Does

Quote-Only Fee Collection

Uses an honorary LP position flow for quote-token fee accrual and validation.

Streamflow Integration

Reads vesting lock state so investor payout weight follows still-locked allocation.

24-Hour Crank

Permissionless daily distribution with cursor-based pagination and safe retries.

Install and Use

npm i meteora-fee-router

Typical local development flow:

npm install
anchor build
cargo test --manifest-path programs/meteora-fee-router/Cargo.toml
npm run validate