# Introduction

***

### 🔍 What's Inside

| Section                                                          | What You'll Find                                                                      |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [**What is Vanta?**](/what-is-vanta.md)                          | Overview of mission, vision, and core value proposition.                              |
| [**Getting Started**](/getting-started.md)                       | How to join in—whether as a follower or signal provider.                              |
| [**How It Works**](/how-it-works.md)                             | The architecture and tech: trade replication, risk controls, Avantis SDK integration. |
| [**Followers Guide**](/followers-guide.md)                       | Step-by-step for followers: setup, risk settings, copying trades.                     |
| [**Providers Guide**](/providers-guide.md)                       | For signal providers: registering, earning, best practices.                           |
| [**Leaderboards & Reputation**](/leaderboards-and-reputation.md) | Metrics, rankings, badges—see who’s performing and how.                               |
| [**Developers & API**](/developers-and-api.md)                   | SDK reference, example code, building bots/strategies.                                |
| [**Security & Trust**](/security-and-trust.md)                   | Non-custodial model, staking, audits, transparency.                                   |
| [**Fees & Incentives**](/fees-and-incentives.md)                 | How fees work, subscription models, rewards.                                          |
| [**Roadmap**](/roadmap.md)                                       | What’s live now and what’s coming next.                                               |
| [**FAQ**](/faq.md)                                               | Answers to common questions and concerns.                                             |

***

### ⚙️ Why Vanta?

* **Follow experts or AI** — no need to build your own strategy.
* **Tailored risk settings** — set stop loss, take profit, max drawdowns, etc.
* **Transparent, real-time execution** via Avantis SDK.
* **Social + reputation features** — leaderboards, ratings, and incentives.
* **Non-custodial & secure** — your funds stay in your wallet; performance verifiable on-chain.

***

<figure><img src="/files/ikEvSRIiDp1rHtCkJa1b" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.vantatoken.io/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
