# Welcome

Thank you for choosing to showcase your game on Haste Arcade! Our SDK was built to get you up and running fast, enabling you to leverage blockchain technology and engage a vibrant community of players. These docs will help you get started, ensuring a smooth integration process and successful deployment of your game on our platform.

Be sure to join the community:\
\
Twitter: <https://twitter.com/hastearcade>\
Telegram: <https://t.me/hastearcade>

#### Key Features of the SDK:

* **Easy Integration**: The [SDK](https://docs.hastearcade.com/integrate/sdk) provides a straightforward and lean set methods your game client can call to interact with the arcade. Most developers can be fully integrated in a few hours.
* **HST Tokens**: [HST is a utility token](https://alpha.1satordinals.com/market/bsv21/e03cf7038f36c97b3b654e1ba9a311f1c237e8c5ca0ea226c37eddd0895638c2_0), a digital asset that sits at the center of the Haste Arcade universe. Players and developers alike gain access to games and exclusive features using their HST. It's the arcade's native currency.
* **Web3:** The arcade integrates an open source web3 wallet called [Yours Wallet](https://github.com/yours-org/yours-wallet?tab=readme-ov-file), which means as a player or a developer, your personal information remains private.
* **Monetize**: Use HST to monetize your game by requiring payment to play, creating an in-game asset store, and more. The SDK makes accepting payments for your game a walk in the park.


---

# 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.hastearcade.com/intro/welcome.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.
