Public App
The current public Sweepr app continues to use the existing production flow. Partner V2 is documented separately while it is tested with selected partners.Partner Integration
- Request partner access from Sweepr.
- Receive your API key from the Sweepr team.
- Install the SDK.
- Build a sweep.
- Verify the V2 fee authorization.
- Ask the user to sign Permit2.
- Send the V5 transaction.
- Confirm the sweep with Sweepr using the transaction hash.
What Partners Get
- API-key based partner identity
- TypeScript SDK
- V1 Solana and EVM support with off-chain partner accounting
- V2 EVM support with on-chain partner/protocol fee splitting
- V4 fallback path controlled by Sweepr backend config
V2 Trust Model
V2 uses a Sweepr-signed fee authorization and theSweeprBatchV5PartnerFees contract. The contract verifies the signed fee parameters and splits output atomically to the user, partner, and protocol recipient.
Partner fee share is configured by Sweepr and signed per sweep. Partners cannot override fee share or payout recipient in request bodies.