> For the complete documentation index, see [llms.txt](https://docs.airight.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.airight.io/guideline-tutorials/how-do-i-create-an-airight-account.md).

# How do I create an aiRight account?

### 1. Why do I need to create an Oraichain wallet? <a href="#id-1.-why-do-i-need-to-create-an-oraichain-wallet" id="id-1.-why-do-i-need-to-create-an-oraichain-wallet"></a>

You gonna need to create an Oraichain wallet as an aiRight account, because all transaction on aiRight is executed and recorded on Oraichain mainnet. A unique wallet address will be generated for you, and you'll use this address to store your $ORAI, $AIRI; purchase NFTs, and pay for gas fees for your purchases on aiRight Marketplace.&#x20;

Due to the transparency of blockchain nature, all transactions connected to your wallet address can be found on <https://scan.orai.io/>.

![](https://2290467065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FusKqAWC7kcifq279N0ms%2Fuploads%2FbVzlUKjhwUlrpPQa1uEZ%2Fimage.png?alt=media\&token=2440d859-7a86-4668-a744-4efa5e9a13a8)

*Watch our tutorial below to learn how to* create and activate an account on aiRight

{% embed url="<https://www.youtube.com/watch?v=7h4kr5-DW60>" %}

### 2. Customize your profile <a href="#id-2.-customize-your-profile" id="id-2.-customize-your-profile"></a>

If you'd like to change your bio, move your cursor to the avatar icon on the right side of the screen and click on your name.

![](https://2290467065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FusKqAWC7kcifq279N0ms%2Fuploads%2FFzESELwnNpV7KABbTVFP%2Fimage.png?alt=media\&token=b9dda95d-cfa3-47e5-b1dd-3c8b7d7f104d)

It'll redirect you to your profile. And from here you can customize your description, profile photo, and more.

![](/files/oeNnxvXPGfE675QjDDSw)


---

# 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.airight.io/guideline-tutorials/how-do-i-create-an-airight-account.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.
