# Supported Networks

Alvara Protocol operates across multiple blockchain networks.

## Ethereum Mainnet

* Creating BSKTs in the BSKT Lab
* Depositing into and redeeming from BSKTs
* Rebalancing BSKT allocations
* Claiming management fees
* Staking ALVA to earn veALVA
* Claiming DAO gauge weight rewards
* Governance-related contract interactions

The dApp and all BSKT operations are live on Ethereum mainnet.

## Base (Coming Q1 2026)

* Creating BSKTs in the BSKT Lab
* Depositing into and redeeming from BSKTs
* Rebalancing BSKT allocations
* Claiming management fees

Base support is planned for launch by end of March 2026, offering low transaction costs and fast confirmation times.

## Avalanche

The ALVA token is also available on Avalanche C-Chain. Your cross-chain ALVA balance is displayed in your portfolio.

## Automatic Network Switching

When you attempt an action that requires a different network than the one your wallet is currently connected to, the app will display a prompt asking you to switch. Confirm the switch in your wallet to proceed.


---

# 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/getting-started/supported-networks.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.
