# JBC Blockchain

## JBC Blockchain

- [Advisories](https://docs.jibchain.net/advisories.md)
- [Proof of stake](https://docs.jibchain.net/advisories/proof-of-stake.md)
- [The Deposit](https://docs.jibchain.net/advisories/the-deposit.md)
- [The Terminal](https://docs.jibchain.net/advisories/the-terminal.md): Using the terminal
- [Validator uptime](https://docs.jibchain.net/advisories/validator-uptime.md)
- [Bad behavior](https://docs.jibchain.net/advisories/bad-behavior.md): Bad validator behavior
- [Key management](https://docs.jibchain.net/advisories/key-management.md)
- [Early adopter risks](https://docs.jibchain.net/advisories/early-adopter-risks.md)
- [Nodes & Validators](https://docs.jibchain.net/nodes-and-validators.md)
- [Generate Validator Keys](https://docs.jibchain.net/nodes-and-validators/generate-validator-keys.md): How to generate validator keys for JIB Chain
- [Deposit JBC](https://docs.jibchain.net/nodes-and-validators/deposit-jbc.md): How to deposit JBC to your validator keys
- [Become a Validator](https://docs.jibchain.net/nodes-and-validators/become-a-validator.md)
- [Prerequisites](https://docs.jibchain.net/nodes-and-validators/become-a-validator/prerequisites.md)
- [Running a Validator](https://docs.jibchain.net/nodes-and-validators/become-a-validator/running-a-validator.md)
- [Withdrawal](https://docs.jibchain.net/withdrawal.md)
- [Set new withdrawal credential](https://docs.jibchain.net/withdrawal/set-new-withdrawal-credential.md)
- [Voluntary validator exit](https://docs.jibchain.net/withdrawal/voluntary-validator-exit.md): How to Voluntary validator exit with lighthouse
- [Cancun Upgrade](https://docs.jibchain.net/cancun-upgrade.md): The JIB Chain Cancun-Deneb (Dencun) Upgrade
- [How to upgrade](https://docs.jibchain.net/cancun-upgrade/how-to-upgrade.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, 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.jibchain.net/advisories.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.
