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

# BOSCore

- [Essentials](https://boscore.gitbook.io/docs/essentials/bos-essentials.md)
- [IBC (Inter-blockchain Communication)](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication.md)
- [User Guide](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/user-guide.md)
- [Token Registration and Management](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/token-registration-and-management.md)
- [ibc\_plugin\_bos](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/ibc_plugin_bos.md)
- [ibc\_plugin\_eos](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/ibc_plugin_eos.md)
- [Upgrade IBC with EOSIO v1.8](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/upgrade-ibc-with-eosio-v1.8.md)
- [ibc.token](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/ibc.token.md)
- [ibc.chain](https://boscore.gitbook.io/docs/essentials/bos-essentials/ibc-inter-blockchain-communication/ibc.chain.md)
- [3s LIB (Batched Byzantine Tolerance Algorithm)](https://boscore.gitbook.io/docs/essentials/bos-essentials/3s-libs-batched-byzantine-tolerance-algorithm.md)
- [PART I BOS LIB Acceleration Solution: Batch PBFT](https://boscore.gitbook.io/docs/essentials/bos-essentials/3s-libs-batched-byzantine-tolerance-algorithm/part-i-bos-lib-acceleration-solution-batch-pbft.md)
- [PART II BOS Batch-PBFT Upgrade Solution](https://boscore.gitbook.io/docs/essentials/bos-essentials/3s-libs-batched-byzantine-tolerance-algorithm/part-ii-bos-batch-pbft-upgrade-solution.md)
- [Algorithm for improving EOSIO consensus speed based on Batch-PBFT](https://boscore.gitbook.io/docs/essentials/bos-essentials/3s-libs-batched-byzantine-tolerance-algorithm/algorithm-for-improving-eosio-consensus-speed-based-on-batch-pbft.md)
- [Ecosystem](https://boscore.gitbook.io/docs/essentials/bos-ecosystem.md)
- [BOSWPS (BOS Improvement Proposal)](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal.md)
- [1. BOS Improvement Proposal Example](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/1.-bos-improvement-proposal-example.md)
- [2. Contract Deployment Procedure](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/2.-contract-deployment-procedure.md)
- [3. Referendum Execution Procedure](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/3.-referendum-execution-procedure.md)
- [4. BOS Development Incentive program](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/4.-bos-development-incentive-program-1.md)
- [5. BOS Referendum - Vote Tally](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/5.-bos-referendum-vote-tally.md)
- [6. auditor.bos -  a contract that elect the auditors for boswps.io](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/6.-auditor.bos-bos-auditor-elections-contract.md)
- [7. eosio.forum - simple forum, messaging and voting system for BOS](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/7.-eosio.forum-a-simple-forum-messaging-and-voting-system-for-bos.md)
- [8. escrow.bos - a contract that holds funds in escrow](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/boscore-improvement-proposal/8.escrow-bos.md)
- [BET (BOS Executive Team)](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-executive-team.md)
- [BET Contract design Guideline](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-executive-team/bet-contract-design-guideline.md)
- [bet.bos - BOS Bet Elections Contract](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-executive-team/bet-contract-design-guideline-1.md)
- [DPOS Borda Count Theory](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-executive-team/dpos-borda-count-theory.md)
- [BOS Oracle](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-oracle.md)
- [BOS.Oracle: Witness and Changes](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-oracle/bos.oracle-witness-and-changes.md)
- [BOS Oracle Deployment](https://boscore.gitbook.io/docs/essentials/bos-ecosystem/bos-oracle/bos-oracle-deployment.md)
- [Resources](https://boscore.gitbook.io/docs/essentials/bos-resources.md)
- [BOS Whitepapers](https://boscore.gitbook.io/docs/essentials/bos-resources/bos-whitepapers.md)
- [BOS Community](https://boscore.gitbook.io/docs/essentials/bos-resources/bos-community.md)
- [BOS Bug Bounty](https://boscore.gitbook.io/docs/essentials/bos-resources/bos-bug-bounty.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://boscore.gitbook.io/docs/essentials.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.
