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

# Responsible Gambling

Gambling should be entertainment, never a source of income and never a way out of financial difficulty.

Chainspin is licensed and operates age verification: you must be at least 18 years old, or the legal gambling age in your jurisdiction if higher, to use the platform.

We provide tools to keep play safe: deposit limits, wagering limits, cooling-off periods, and self-exclusion, alongside monitoring designed to identify potentially harmful play patterns. These tools are available in your account settings at any time, and our support team will apply them on request.

If gambling is causing you or someone close to you harm, stop, use the tools, and seek support from a professional organisation in your region.

Full detail, including our licence, anti-money-laundering controls and the complete legal position on $SPIN, is in the [Disclaimer](/responsible-gambling/disclaimer.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://docs.chainspin.com/responsible-gambling.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.
