> 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/frequently-asked-questions.md).

# Frequently Asked Questions

- [Last Remains FAQ](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq.md)
- [Will it be Free To Play?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/will-it-be-free-to-play.md)
- [What blockchain is it on?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-blockchain-is-it-on.md)
- [How many players will there be in a single match?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/how-many-players-will-there-be-in-a-single-match.md)
- [What type of weapons are there in Last Remains?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-type-of-weapons-are-there-in-last-remains.md)
- [What's the difference between a Genesis Character NFT and a normal one?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/whats-the-difference-between-a-genesis-character-nft-and-a-normal-one.md)
- [What Platforms are planned for Last Remains?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-platforms-are-planned-for-last-remains.md)
- [What is Last Remains?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-is-last-remains.md)
- [Last Remains Search & Rescue FAQ](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq.md)
- [What do I need to play?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/what-do-i-need-to-play.md)
- [How do I get equipment NFTs?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/how-do-i-get-equipment-nfts.md)
- [Where will I be able to play Search & Rescue?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/where-will-i-be-able-to-play-search-and-rescue.md)
- [Will there be leaderboard rewards?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/will-there-be-leaderboard-rewards.md)
- [What rewards should I expect to win?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/what-rewards-should-i-expect-to-win.md)
- [What will the gameplay be like?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/what-will-the-gameplay-be-like.md)
- [When will it release?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/when-will-it-release.md)
- [What is the Last Remains staking game?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-search-and-rescue-faq/what-is-the-last-remains-staking-game.md)
- [Last Remains Paid Mint FAQ](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq.md)
- [When and how will I get my guaranteed equipment NFTs?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq/when-and-how-will-i-get-my-guaranteed-equipment-nfts.md)
- [My credit card transaction failed. When will I get a refund?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq/my-credit-card-transaction-failed.-when-will-i-get-a-refund.md)
- [I’m minting with credit card and have added my card details but it did not ask for CVV.](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq/im-minting-with-credit-card-and-have-added-my-card-details-but-it-did-not-ask-for-cvv..md)
- [My OTP SMS is taking a long time. Is this expected?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq/my-otp-sms-is-taking-a-long-time.-is-this-expected.md)
- [How many can I mint at a time?](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-paid-mint-faq/how-many-can-i-mint-at-a-time.md)


---

# 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/frequently-asked-questions.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.
