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

# Castellan

Follow these straightforward steps to gain access to the Jester Ecosystem.

{% hint style="success" %}
Access the Castellan via: <https://t.me/jesterValetBot>
{% endhint %}

### **Start:**&#x20;

* Use **/start** to initialize the bot and begin the setup procedure.

<figure><img src="/files/g6ecVdU6tLMgPhHshQM6" alt=""><figcaption></figcaption></figure>

* The bot will check that you are in the required channel and group.&#x20;
* Join the Jester TG Portal (<https://t.me/JestTech>)
* Join the Jester Public group via the "Tap to Verify" button.

<figure><img src="/files/0mVIXQehBIm7C5GgQegH" alt=""><figcaption></figcaption></figure>

* Accept the [Terms and Conditions](/docs/faq/terms-and-conditions.md) continue.

<figure><img src="/files/EbPA5qtvcx1gZWmYmrA0" alt=""><figcaption></figcaption></figure>

* The verification process will then begin.
* A fresh wallet will be generated during this process. To verify, send a 0eth (or nominal) transaction to the generated address. The bot will watch the transactions, and when it is detected, a prompt will appear. Simply hit "Yes", and your  wallet will be onboarded.

<figure><img src="/files/cjRzLoqXTITWapE7Rk3f" alt=""><figcaption></figcaption></figure>

* Contratulations! You are now verified! You will be directed to the main menu, where you can set your own referral code, add additional wallets, join the VIP group, and more.

<figure><img src="/files/yXWP55MLsVT7fsbSoYU2" alt=""><figcaption></figcaption></figure>

### Referra&#x6C;**:**&#x20;

* To manage your referrals, simply follow the button from the main menu. In here, you may set a custom referral code. See your total clicks and conversions, and (although placeholder), see your earnings.

Tier&#x73;**:**&#x20;

* v1 of Castellan implements an early version of the bonding curve. At time of writing, this is toned down, but will become increasingly relevant. You may see current tier values by going through the "[⚙️](https://emojipedia.org/gear)Verification" button on the main menu, and then using the "[📊](https://emojipedia.org/bar-chart) View Tiers" Button.

<figure><img src="/files/ejVE1qZb9sxQ78YHtgde" alt=""><figcaption></figcaption></figure>

### Signals:&#x20;

* To access Jester - Signals, simply follow the "Signals" button in the main menu. At time of writing, signal verification is seperate, however in the near future, all verification will be handled through the Castellan Bot.

<figure><img src="/files/pRBMEi88LVEXLHsSVBFV" alt=""><figcaption></figcaption></figure>

### VIP:&#x20;

* VIP group can be accessed via the "[👥](https://emojipedia.org/busts-in-silhouette) VIP Group", our system will manage access and you will be removed from the group for not maintaining a tier.

<figure><img src="/files/wPmT7Rr21cXLKIzyRt3r" alt=""><figcaption></figcaption></figure>

### TradingView:&#x20;

* To acess the [Jester - Infinity](/docs/tools/jester-infinity.md). Be at Premium [Tiers](/docs/guide/tiers.md). Use the "📇 Set TradingView ID".
* Simply reply to the bot with your TradingView ID and the system will manage it accordingly.

<figure><img src="/files/1bAOPaCgpnaG6AgRFmbb" alt=""><figcaption></figcaption></figure>

### After following these steps, you should be fully initialized and ready to participate in the Jester 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://jester.gitbook.io/docs/tools/castellan.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.
