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

# dApp

TWG Dapp is a decentralized application developed by The Wild Guardians (TWG) to provide users with a seamless and secure experience of interacting with TWG's ecosystem. It is built on a blockchain network, which allows for transparency, immutability, and security of data.

The TWG Dapp offers various functionalities to users, such as the ability to buy and sell TWG tokens, participate in staking and liquidity provision, and engage in governance through TWG DAO. The Dapp also allows users to access TWG's NFT marketplace, where they can buy, sell, and trade unique and valuable NFTs.

One of the significant advantages of the TWG Dapp is its user-friendly interface, making it easy for both novice and experienced users to navigate and access various features seamlessly. The Dapp also provides users with real-time data on their transactions and balances, enabling them to make informed decisions.

In addition to its functionality, TWG Dapp is built with security in mind. It uses various security protocols such as SSL encryption, two-factor authentication, and multi-signature transactions to ensure users' funds and personal information are kept safe and secure. TWG DApp provides access to the TWG game, where players can battle against each other using their NFTs. The game features a variety of game modes, including single-player, multiplayer, and tournament modes.

TWG Dapp is an essential component of TWG's ecosystem, providing users with a seamless and secure experience of interacting with TWG's products and services. With its user-friendly interface, security features, and various functionalities, the TWG Dapp is a valuable tool for users looking to participate in TWG's ecosystem.


---

# 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://thewildguardians.gitbook.io/docs/resources/dapp.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.
