> For the complete documentation index, see [llms.txt](https://docs.piratenation.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piratenation.game/learn/the-game/command-rank.md).

# Command Rank

Wallets in Pirate Nation have Command Ranks that reflect a player's experience. Players earn Command Points to increase their Command Rank through activities like The Gauntlet, up to a daily cap. More ways to progress your Command Rank will become available in the future.

Command Rank lives under the Skills menu as the Commanding Skill, so you can follow your progress there.

Each time your Command Rank increases, you'll receive a prize! When you finally achieve the coveted Command Rank 10, trading will be unlocked for your account. This will allow you to participate fully in the player-driven economy by selling items, resources, and ships earned through your swashbuckling adventures.&#x20;

Additionally, wallets that held Founder's Pirates at the time of our **September 11th, 2023 4:09pm ET** snapshot automatically received a trading unlock. This ensures our earliest supporters can continue freely trading within Pirate Nation as the seas open to new adventurers. More on [Trade Unlocks and Trade Licenses here](https://docs.piratenation.game/learn/trade-licenses).


---

# 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://docs.piratenation.game/learn/the-game/command-rank.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.
