# DAPP

- [NFT Voucher](https://docs.degym.net/dapp/nft-voucher.md)
- [Pricing](https://docs.degym.net/dapp/nft-voucher/pricing.md): This document provides a detailed explanation of how the voucher's price calculation work
- [Daily Checkin Points](https://docs.degym.net/dapp/nft-voucher/daily-checkin-points.md)
- [Search Gyms](https://docs.degym.net/dapp/search-gyms.md): Finding the right gym has never been easier.
- [Consumer](https://docs.degym.net/dapp/consumer.md): Journey of the Consumer (Gym-Goers)
- [Provider](https://docs.degym.net/dapp/provider.md): Reach a broader audience and increase your gym’s visibility and membership base.
- [Check-in](https://docs.degym.net/dapp/check-in-process.md): Detailed Check-in Process Using Smart Contracts
- [Staking](https://docs.degym.net/dapp/staking.md): Here, you can easily stake new tokens, monitor your current stakes, and claim rewards
- [Staker](https://docs.degym.net/dapp/staking/staker.md)
- [Reward](https://docs.degym.net/dapp/staking/reward-program.md): This document provides an overview of how rewarding mechanism work


---

# Agent Instructions: 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://docs.degym.net/dapp.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.
