> For the complete documentation index, see [llms.txt](https://inscribed-space.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://inscribed-space.gitbook.io/docs/avatars/introduction.md).

# Introduction

In a Bitcoin-powered metaverse, avatars redefine digital identity. Inspired by the Minecraft aesthetic, these avatars strike the perfect balance between affordability and customization. Operating on the BRC-420 standard, deploying and trading avatars is a breeze. Your avatar is your unique imprint in the metaverse—more than just a visual representation.

### Properties

Avatars consist of two essential elements: a model and a texture mapped onto the model. Each section of the texture corresponds to a distinct part of the body.

There are inner and outer layers. The inner layer serves as the foundational structure of the body, providing a solid base. Meanwhile, the outer layer serves as a versatile canvas for enhancing your avatar with accessories. In either scenario, transparency is an option for both layers, allowing you to create captivating avatars with a truly unique design

<figure><img src="/files/vIo96ZrGEdv2I0deSOUR" alt=""><figcaption></figcaption></figure>

While it may initially seem intricate, let's simplify with an example. In the illustration below, both layers are fully filled: the dark, blackish areas represent the inner body, while the blueish areas represent the outer body.

<figure><img src="/files/WRQ0KHSeUoC4exgcncAe" alt=""><figcaption></figcaption></figure>

Care should be taken not to completely fill outer layers, as they may overlap in certain areas, leading to potential Z-fighting issues. While not imperative for basic designs, this information is provided for our more advanced users who seek a deeper understanding of avatar customization.\
\
Now, let's move on to the design phase. 👇


---

# 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://inscribed-space.gitbook.io/docs/avatars/introduction.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.
