> For the complete documentation index, see [llms.txt](https://docs.action-tokens.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.action-tokens.com/action-tokens-user-guide/action-tokens.md).

# Action Tokens

#### What are Action Tokens?

* **Definition**: Action Tokens are the native cryptocurrency of the Action Tokens ecosystem.
* **Purpose**: They serve as a medium of exchange and interaction within the platform.
* **Unique Features**:
  * **Blockchain-Based**: Action Tokens are built on a blockchain, ensuring security and transparency.
  * **Utility**: Users can utilize Action Tokens for various platform activities.

#### Key Features and Benefits

* **Explore Virtual Communities**:
  * Action Tokens enable you to explore virtual communities and participate in unique experiences.
* **Art Competitions and Voting Contests**:
  * Engage in art competitions and voting contests within the Gallery, offering creative and rewarding experiences.
* **Tokenize and Gate Your Content**:
  * With Collections, you can tokenize and gate your content, providing exclusive access to token holders.
* **Earn, Transfer, and Trade ACTION Tokens**:
  * ACTION Tokens can be earned through platform activities, transferred to other users, or traded on exchanges (if applicable).


---

# 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.action-tokens.com/action-tokens-user-guide/action-tokens.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.
