# GYSR documentation

## GYSR documentation

- [GYSR](https://docs.gysr.io/gysr.md): a zero-code launchpad for trustless incentive and reward mechanisms
- [Benefits](https://docs.gysr.io/benefits.md): Why use GYSR?
- [History](https://docs.gysr.io/history.md): A brief bullet point history of the GYSR protocol
- [Use cases](https://docs.gysr.io/guide/use-cases.md): Incentive mechanisms: what you can do with GYSR
- [FAQ](https://docs.gysr.io/guide/faq.md): Frequently asked questions
- [Launching a Pool](https://docs.gysr.io/guide/launching-a-pool.md): Guide for creators on launching a new pool
- [Managing a Pool](https://docs.gysr.io/guide/managing-a-pool.md): Guide for creators on funding a pool
- [Mechanisms](https://docs.gysr.io/guide/mechanisms.md): Overview of the various mechanisms available
- [Staking](https://docs.gysr.io/guide/staking.md): Guide for end users
- [Integrations](https://docs.gysr.io/guide/integrations.md): Leverage an existing suite of ecosystem integrations
- [Pools](https://docs.gysr.io/concepts/pools.md): The GYSR Pool contract
- [Modules](https://docs.gysr.io/concepts/modules.md): Staking modules and reward modules
- [Factory](https://docs.gysr.io/concepts/factory.md): Modular factory system
- [$GYSR token](https://docs.gysr.io/concepts/token.md): $GYSR token mechanics and utility
- [Core contracts](https://docs.gysr.io/developers/contracts.md): GYSR core contract reference
- [Deployment addresses](https://docs.gysr.io/developers/addresses.md): Core contract deployment addresses
- [Configuration](https://docs.gysr.io/developers/configuration.md): GYSR protocol global configuration
- [Interactions](https://docs.gysr.io/developers/interactions.md): Example calls directly to the GYSR core contracts
- [Error codes](https://docs.gysr.io/developers/error-codes.md): Core contract revert codes
- [Subgraph](https://docs.gysr.io/developers/subgraph.md): The GYSR subgraph
- [Whitepapers](https://docs.gysr.io/resources/whitepapers.md): GYSR technical whitepapers
- [Safety](https://docs.gysr.io/resources/safety.md): GYSR is committed to safety and security
- [Media](https://docs.gysr.io/resources/media.md): Index of all things media, content, marketing, and more!


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gysr.io/gysr.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.
