> For the complete documentation index, see [llms.txt](https://learn.jarvis.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.jarvis.network/protocol-overview/token.md).

# JARVIS token

{% hint style="info" %}
JRT holders must migrate their JRT tokens to JARVIS at [https://jarvis.money/migrate](https://jarvis.money/migrate/).&#x20;

The **max supply of JARVIS is 42M**, so the JRT -> JARVIS migration is not 1:1, but 13.4523809524:1.
{% endhint %}

JARVIS holders can use their JARVIS tokens or their JARVIS-ETH LP tokens to participate within the governance of the Jarvis Network.

### stJARVIS

JARVIS-ETH LP tokens must be staked to mint stJARVIS at [https://jarvis.money/tokenomics](https://jarvis.money/tokenomics/) by depositing JARVIS and ETH at the same time in the desired AMM.

The number of stJARVIS minted depend on the number of JARVIS deposited and on the weight balance of the AMM:

* 50/50 pool: 1 JARVIS deposited mints 1 stJARVIS.
* 80/20 pool: 1 JARVIS deposited mints 0.5 stJARVIS.
* 98/2 pool: 1 JARVIS deposited mints 0.25 stJARVIS.

### Voting power

JARVIS and stJARVIS provide voting power to govern the protocol and its treasury.

The protocol builds its treasury through different revenue streams:

* Protocol Owned Liquidity (POL) in primary and secondary markets (Liquidity Pools, AMM, money markets).
* Commissions on the interest generated by the collateral lent on money markets (Liquidity Pools, Credit Lines, Wrappers).
* Automated Market Operation (AMO) to conduct arbitrage operations.
* Treasury management (trading, lending, farming, etc.).
* Bonds and token sales.

### Staking rewards

Provided that the governance enacts it, stJARVIS holders can claim part of the revenues of the protocol as well as the underlying yield generated by their LP tokens (trading fees and emission). stJARVIS holders can also claim any future token launched by the Jarvis Network.


---

# 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:

```
GET https://learn.jarvis.network/protocol-overview/token.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.
