# Welcome to Alvara

Alvara Protocol is a decentralized asset management platform built on the Basket Token Standard (ERC-7621). It enables anyone to create, manage, and invest in tokenized investment portfolios (called BSKTs) without intermediaries, custody risk, or barriers to entry.

**What you can do with Alvara:**

* **Invest** in curated portfolios managed by on-chain fund managers
* **Create** your own BSKT and earn management fees
* **Stake** ALVA tokens to earn veALVA voting power
* **Govern** the protocol through gauge weight voting
* **Earn** rewards for participating in DAO governance

## Quick Links

| Resource         | Link                                                                           |
| ---------------- | ------------------------------------------------------------------------------ |
| Launch App       | [app.alvara.xyz](https://app.alvara.xyz)                                       |
| Governance Forum | [governance.alvara.xyz](https://governance.alvara.xyz)                         |
| Snapshot Voting  | [snapshot.org/#/s:bskt.eth](https://snapshot.org/#/s:bskt.eth)                 |
| White Paper      | [docs.alvara.xyz/resources/whitepaper](/resources/whitepaper.md)               |
| Discord          | [discord.com/invite/alvaraprotocol](https://discord.com/invite/alvaraprotocol) |
| Telegram         | [t.me/alvaraprotocol](https://t.me/alvaraprotocol)                             |
| X (Twitter)      | [@AlvaraProtocol](https://x.com/AlvaraProtocol)                                |

## New to Alvara?

Start with [What is Alvara Protocol?](/getting-started/what-is-alvara.md) for a high-level overview, or jump straight to [Core Concepts](/getting-started/core-concepts.md) to understand the key building blocks.

If you already know your way around, head to the section that matches what you want to do:

* **I want to invest:** [Investing in a BSKT](/bskts/investing-in-a-bskt.md)
* **I want to create a fund:** [Creating a BSKT](/bskt-lab/creating-a-bskt.md)
* **I want to stake and vote:** [What is veALVA?](/staking-and-vealva/what-is-vealva.md)
* **I want to claim rewards:** [Claiming DAO Rewards](/dao-governance/claiming-dao-rewards.md)


---

# 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://docs.alvara.xyz/readme.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.
