> For the complete documentation index, see [llms.txt](https://litepaper.lastremains.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.lastremains.com/last-remains-game-mechanisms/characters/nft-characters.md).

# NFT Characters

Characters can be minted on the blockchain or purchased as an in-app transaction (Credit Card, Apple Pay, Epic Games Store, etc.). Think of characters as a battle pass with a limited 60-day game limit.&#x20;

While a battle pass is active, players that extract item skins from the game will be allowed to freely transfer these items to the blockchain.

A Character Loot Box is priced at US$20. Loot boxes will provide a random D-S grade character, with D grade being common and S grade extremely rare. The first loot boxes were given out for free in April 2023 on Earn Alliance.

Once you activate a Character, it will no longer be transferrable to the blockchain. Activating your character will generate a random 60-day battle pass based on its rarity to drive rewards. After 60 days, the character will no longer be able to progress the battle it generated.

There are over 30 NFT character professions, and a grading system (D, C, B, A, S) defines their rarity. More information can be found in the designated section.

These characters will have an infinite supply, which can be purchased on demand through Character Loot Boxes after the game's launch in Q4 2023.&#x20;

Prior to the game's launch, a limited supply of Characters will be released for early-access gameplay and other purposes.

<br>


---

# 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://litepaper.lastremains.com/last-remains-game-mechanisms/characters/nft-characters.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.
