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

# FAQ

## Frequently Asked Questions

**Can I start walking and mining as soon as I download the app?**&#x20;

Yes! You can begin mining the $WKM token simply by walking right after downloading the app.

To get started, join the 'request-code' channel on our Discord to receive your invitation code.

**What are the benefits of joining WalkMining?**

* Seamless integration with Health on iPhone and Google Fit on Android, allowing the app to track your activity in the background.
* NFTs are designed for those who aim to excel, but they're not required for basic walking.
* Walking is the foundation, but you can choose to run for added benefits.
* A comprehensive business model that supports your fitness journey.

**When will the white paper be released?**&#x20;

The white paper will be released gradually, following our scheduled timeline. In the meantime, we'll share detailed information and updates about WalkMining through our social media channels.

**Where can I sell $WKM tokens?**&#x20;

The Token Generation Event (TGE) will take place after the public release of WalkMining.&#x20;


---

# 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.walkmining.com/walkmining/walkmining-guide/faq.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.
