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

# GPU Contribution/Miner Guide

> ⚠️IMPORTANT NOTICE:
>
> 1. For the security of your assets and personal safety, please ensure all purchases are conducted solely through the website specified above. Our official contract for NavyAI licences is: <https://arbiscan.io/address/0x1286aa258b26813ce1e19e721e3fc449d7bca8a5>
> 2. Your Licenses are not transferable
> 3. If the number of Licenses you aim to purchase exceeds what is available within the current pricing tier, the transaction will not be processed and will be reversed. For instance, attempting to buy 20 Licenses when only 5 are left in the tier will cause the transaction to fail. To complete your purchase successfully, you must divide it into two transactions: one for the 5 Licenses at the current, lower tier price, and another for the remaining 15 Licenses at the price of the next tier.
> 4. Make sure you've selected Arbitrum One as the network in your wallet settings.


---

# 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://navyai.gitbook.io/docs/gpu-contribution-miner-guide.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.
