# Jester Documentation

## Jester

- [Introduction](https://jester.gitbook.io/docs/introduction.md)
- [Tiers](https://jester.gitbook.io/docs/guide/tiers.md)
- [Getting set up](https://jester.gitbook.io/docs/guide/getting-set-up.md)
- [Castellan](https://jester.gitbook.io/docs/tools/castellan.md): Our User Management Bot.
- [Bonding Curve](https://jester.gitbook.io/docs/tools/castellan/bonding-curve.md)
- [Sceptre](https://jester.gitbook.io/docs/tools/sceptre.md)
- [Onboarding](https://jester.gitbook.io/docs/tools/sceptre/onboarding.md)
- [Features](https://jester.gitbook.io/docs/tools/sceptre/features.md)
- [API](https://jester.gitbook.io/docs/tools/sceptre/api.md)
- [Terms](https://jester.gitbook.io/docs/tools/sceptre/terms.md)
- [Jester - Infinity](https://jester.gitbook.io/docs/tools/jester-infinity.md): Jester | Infinity represents the next major evolution of our TradingView indicators, combining the best elements from past Jester versions into a single, cohesive package. Designed for active traders
- [Indicator Guide](https://jester.gitbook.io/docs/tools/jester-infinity/indicator-guide.md): Infinity is intended for traders who want a cleaner TradingView experience without juggling multiple indicators.
- [Indicator & Settings](https://jester.gitbook.io/docs/tools/jester-infinity/indicator-guide/indicator-and-settings.md)
- [How to Use](https://jester.gitbook.io/docs/tools/jester-infinity/indicator-guide/how-to-use.md): In this guide, we'll walk you through recommended approaches to using JESTER manually to enhance your trading experience.
- [How it Works](https://jester.gitbook.io/docs/tools/jester-infinity/indicator-guide/how-it-works.md)
- [Oracle](https://jester.gitbook.io/docs/tools/oracle.md): Welcome to Oracle, the Jester Analytics Bot!
- [Backtesting Guide](https://jester.gitbook.io/docs/tools/oracle/backtesting-guide.md)
- [Summary](https://jester.gitbook.io/docs/tools/oracle/backtesting-guide/summary.md): The Exit Point Distribution section shows where your trades are ultimately closed when using different position management strategies.
- [Position Management](https://jester.gitbook.io/docs/tools/oracle/backtesting-guide/position-management.md)
- [Stop Loss Strategies](https://jester.gitbook.io/docs/tools/oracle/backtesting-guide/stop-loss-strategies.md)
- [Settings](https://jester.gitbook.io/docs/tools/oracle/settings.md): Here's a comprehensive summary of each setting in the Jester Oracle Bot and what it does:
- [Updates](https://jester.gitbook.io/docs/tools/oracle/updates.md): This section covers both the refined edge-case handling already added, as well as future enhancements aimed at strengthening the backtest parser’s capabilities.
- [JesterBot](https://jester.gitbook.io/docs/tools/jesterbot.md)
- [Rogue](https://jester.gitbook.io/docs/tools/rogue.md): IN DEVELOPMENT
- [Referrals](https://jester.gitbook.io/docs/tokenomics/referrals.md): Grow the Court, earn Favour, and build a 3-level network through Castellan.
- [Jester ($JEST)](https://jester.gitbook.io/docs/tokenomics/jester-usdjest.md)
- [Favour](https://jester.gitbook.io/docs/tokenomics/favour.md): Favour is the court’s currency of merit.
- [Earning Favour](https://jester.gitbook.io/docs/tokenomics/favour/earning-favour.md)
- [Seasons](https://jester.gitbook.io/docs/tokenomics/favour/seasons.md): Seasons of the Court
- [Tiers](https://jester.gitbook.io/docs/tokenomics/favour/tiers.md): Tiers of Standing (Multipliers + Snapshots — Holders Only)
- [Spoils](https://jester.gitbook.io/docs/tokenomics/favour/spoils.md): Spoils Pool (Dynamic, Buyback-Powered)
- [Buybacks](https://jester.gitbook.io/docs/tokenomics/favour/buybacks.md): Why Multipliers + Buybacks Instead of Fee Reductions
- [Summary](https://jester.gitbook.io/docs/tokenomics/favour/summary.md): >tldr
- [Tracked Pairs](https://jester.gitbook.io/docs/faq/tracked-pairs.md)
- [Q\&A](https://jester.gitbook.io/docs/faq/q-and-a.md)
- [Links](https://jester.gitbook.io/docs/faq/links.md)
- [Terms and Conditions](https://jester.gitbook.io/docs/faq/terms-and-conditions.md): Dated March 3, 2025


---

# 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://jester.gitbook.io/docs/introduction.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.
