Discover Top-Performing Vaults
Why: Your users need to see which vaults are worth depositing into before they commit capital. Discovery is the entry point to every earn integration. What: Filter, compare, and rank Gauntlet vaults by APY, TVL, protocol, strategy, risk tier, and chain — all from a single API endpoint. How: Authenticate with the Gauntlet API, callGET /v1/vaults with your product’s filters, sort results by the metric that matters most, and use vault detail endpoints to power your UI.
Discover Top-Performing Vaults
Follow the full discovery flow with code examples for filtering, ranking, and rendering vault data.
Deposit Your First Dollar
Why: Getting a user into a vault is the core transaction in any earn product. The SDK makes this a single function call with partner-controlled signing. What: The SDK prepares deposit and withdrawal transactions — including approvals when needed — and returns normalized transaction objects. You sign and submit in your own wallet, MPC, or custody stack. How: Initialize the SDK with your RPC clients andbuilderCode, call getDepositTx(...), then send the resulting steps through your signing infrastructure.
Deposit Your First Dollar
Follow the end-to-end SDK deposit flow, see how withdrawals work, and confirm results through the API.
Show User’s Return
Why: Users who can see their balance growing are more likely to stay deposited and deposit more. Return visibility is the most important retention surface. What: Current position value, ROI over time, per-vault breakdowns, and a recent transaction feed — all from the Gauntlet API. How: Call the user positions and timeseries endpoints with a wallet address to render portfolio charts, vault-level returns, and activity history.Show User's Return
Follow the full return flow for positions, ROI charts, and recent activity.
Track Your Attribution
Why: You need to know how much volume your integration is driving for reporting, revenue reconciliation, and partner operations. What: Attribution is built into the SDK deposit flow automatically. The API surfaces the resulting activity data — transactions, events, and trend lines — for monitoring and reporting. How: Set yourbuilderCode on GauntletClient (requested from Gauntlet — not self-serve) and attribution is embedded in every transaction automatically. Query the events and transactions endpoints to inspect attributed activity and trend it over time.
Track Your Attribution
See the full tracking flow for events, transactions, trend lines, and monitoring options.
Go Live
Once you’ve built all four use cases, validate the complete experience before launch.Go-Live Checklist
Validate discovery, onboarding, returns, and tracking before rolling out to production users.