> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gauntlet.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Gauntlet Developer Kit is the easiest way to integrate with DeFi yield — add curated, institutional-grade yield to your app with a single SDK and API.

# The Easiest Way to Integrate with DeFi Yield

The Gauntlet Developer Kit gives you everything you need to add yield to your app — curated vaults, battle-tested infrastructure, and a complete integration layer so you don't have to build it yourself.

<img src="https://mintcdn.com/gauntlet/5oJnSOjb8d7frieQ/images/gauntlet_yield_solution.png?fit=max&auto=format&n=5oJnSOjb8d7frieQ&q=85&s=114e42d303dac60da9fb2bffd1e2c4e8" alt="Gauntlet integration architecture — Your App connects to the Gauntlet SDK, API, and Developer Portal, which sit on top of Gauntlet Vaults and infrastructure" width="1552" height="888" data-path="images/gauntlet_yield_solution.png" />

* **Gauntlet Vaults** — Institutional-grade yield strategies curated by Gauntlet across DeFi protocols and chains
* **Vault Infrastructure** — Responsive, flexible, and secure onchain protocols and offchain systems that power those strategies
* **Gauntlet SDK** — Single client for vault discovery, deposits, withdrawals, positions, and attribution. Wraps the API for data and communicates onchain via your RPC URLs for transactions.
* **Gauntlet API** — The raw REST API underneath the SDK. Use it directly if you need full control or are working outside TypeScript.
* **Gauntlet Developer Portal** — Register your app, provision API keys, track attribution, and manage payments

## Why Gauntlet Developer Kit?

* **Easiest Access to DeFi Yield** — A single API to access, compare, and interact with yield opportunities across all Aera and Gauntlet vaults.
* **Seamless Integration** — Integrate once and support all vaults and strategies.
* **Chain-Agnostic** — Works across EVM and non-EVM ecosystems, including Ethereum, Base, Optimism, Arbitrum, and Solana.
* **Monetizable** — Earn fees on deposits routed through your integration. Fee recipients are configured onchain via the FeeVault contract, with built-in attribution tracking for volume reporting and revenue reconciliation.
* **Proven in Production** — Powers Aera and Gauntlet-managed vaults, backed by a team with 8+ years of DeFi experience and a long track record managing substantial TVL across DeFi protocols.

## Use Cases

<CardGroup cols={2}>
  <Card title="Discover Top-Performing Vaults" icon="database" href="/guides/developer/earn/displaying-data">
    Use the API to filter, compare, and rank vaults before you ever ask a user to deposit.
  </Card>

  <Card title="Deposit Your First Dollar" icon="arrow-right-arrow-left" href="/guides/developer/earn/deposits-and-withdrawals">
    Use the SDK to prepare a deposit, sign in your own stack, and get a user into a Gauntlet vault.
  </Card>

  <Card title="Show User's Return" icon="chart-line" href="/guides/developer/earn/show-users-return">
    Use the API to show balances, ROI over time, and recent vault activity inside your product.
  </Card>

  <Card title="Track Your Attribution" icon="magnifying-glass-chart" href="/guides/developer/earn/tracking-volume">
    Tracking is built into the SDK flow. Use the API to inspect and monitor the resulting activity data.
  </Card>
</CardGroup>

## Explore By Tab

<CardGroup cols={4}>
  <Card title="Integrate" icon="puzzle-piece" href="/integrate/index" color="#7180F5">
    Four use cases that cover a complete Gauntlet integration.
  </Card>

  <Card title="SDK" icon="terminal" href="/sdk/installation" color="#7180F5">
    Install, initialize, and use the SDK for deposits and withdrawals.
  </Card>

  <Card title="API" icon="database" href="/onboarding/credentials" color="#7180F5">
    Vault discovery, user positions, returns, and events.
  </Card>

  <Card title="Contracts" icon="file-contract" href="/contract-reference/overview" color="#7180F5">
    Vault core, provisioners, fee accounting, adapters, and deployed addresses.
  </Card>
</CardGroup>
