> For the complete documentation index, see [llms.txt](https://vaulta.gitbook.io/vaulta-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vaulta.gitbook.io/vaulta-guides/networks/vaulta-documentation.md).

# Vaulta Documentation

Looking to learn about the Vaulta Network? You have arrived at the right place.&#x20;

## Token

{% content-ref url="/pages/zDv6fWMXXyVrVWFPcTlF" %}
[Token Overview](/vaulta-guides/vaulta-token/token-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/tL51c9YQMNi7m7qs3N7b" %}
[Tokenomics](/vaulta-guides/vaulta-token/tokenomics.md)
{% endcontent-ref %}

{% content-ref url="/pages/NXd8uc98GWKYpQO5K355" %}
[Staking](/vaulta-guides/vaulta-token/staking.md)
{% endcontent-ref %}

## Network

{% content-ref url="/pages/VD3qUBsNQH9sZijrBeOq" %}
[Vaulta Native](/vaulta-guides/networks/vaulta-native.md)
{% endcontent-ref %}

{% content-ref url="/pages/1tTaNArRkQUsnfOqXCaf" %}
[Vaulta EVM](/vaulta-guides/networks/vaulta-evm.md)
{% endcontent-ref %}

{% content-ref url="/pages/RwlpL0PYZ6AsFhn38l1p" %}
[Network Stewards](/vaulta-guides/networks/network-stewards.md)
{% endcontent-ref %}

## Accounts

{% content-ref url="/pages/ENzHpeW89gxYoc7j5Ace" %}
[Vaulta Native Accounts](/vaulta-guides/accounts/vaulta-native-accounts.md)
{% endcontent-ref %}

{% content-ref url="/pages/zcLB0x9S2cbrGldrM0Ax" %}
[Account Permissions](/vaulta-guides/accounts/vaulta-native-accounts/account-permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/Q2TGDD5YGbv030gADYFu" %}
[Smart Contract Account](/vaulta-guides/accounts/vaulta-native-accounts/smart-contract-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/jqxnhuPosCJPKAEaF4RG" %}
[System Accounts](/vaulta-guides/accounts/vaulta-native-accounts/system-accounts.md)
{% endcontent-ref %}

## Network Resources

{% content-ref url="/pages/mJwJxf77q8zPaWqBoJxD" %}
[Network Resources](/vaulta-guides/networks/network-resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/60JHGZdIxqzBKmOCBXwH" %}
[Vaulta RAM](/vaulta-guides/networks/vaulta-ram.md)
{% endcontent-ref %}

## Consensus

{% content-ref url="/pages/PXjDdxLHW5E1Px4X5c1Z" %}
[Savanna Consensus](/vaulta-guides/networks/vaulta-native/savanna-consensus.md)
{% endcontent-ref %}

{% content-ref url="/pages/NzsDuyIjFaPUeF0bnz8g" %}
[DPoS Consensus](/vaulta-guides/node-operators/dpos-consensus.md)
{% endcontent-ref %}

## Node Operators

{% content-ref url="/pages/G79iidh3TEQIewMyG47S" %}
[Block Producers](/vaulta-guides/node-operators/block-producers.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://vaulta.gitbook.io/vaulta-guides/networks/vaulta-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
