# NodeKit Documentation

## NodeKit Documentation

- [Welcome](https://nodekit.gitbook.io/nodekit-documentation/learn/welcome.md): NodeKit enables composability between chains.
- [Composability](https://nodekit.gitbook.io/nodekit-documentation/core-advantages/composability.md)
- [Revenue](https://nodekit.gitbook.io/nodekit-documentation/core-advantages/revenue.md)
- [Benefits](https://nodekit.gitbook.io/nodekit-documentation/core-advantages/benefits.md)
- [Overview](https://nodekit.gitbook.io/nodekit-documentation/architecture/overview.md)
- [Javelin](https://nodekit.gitbook.io/nodekit-documentation/architecture/javelin.md)
- [L1](https://nodekit.gitbook.io/nodekit-documentation/architecture/l1.md)
- [Sidecar](https://nodekit.gitbook.io/nodekit-documentation/architecture/sidecar.md)
- [Technical Overview](https://nodekit.gitbook.io/nodekit-documentation/architecture/sidecar/technical-overview.md)
- [Shared Auction](https://nodekit.gitbook.io/nodekit-documentation/architecture/shared-auction.md)
- [Javelin](https://nodekit.gitbook.io/nodekit-documentation/builders-guide/javelin.md)
- [Bundle API](https://nodekit.gitbook.io/nodekit-documentation/builders-guide/javelin/bundle-api.md)
- [Quick Start](https://nodekit.gitbook.io/nodekit-documentation/builders-guide/javelin/quick-start.md)
- [A Use Case of Bundle API](https://nodekit.gitbook.io/nodekit-documentation/builders-guide/javelin/a-use-case-of-bundle-api.md)
- [Rollup](https://nodekit.gitbook.io/nodekit-documentation/builders-guide/rollup.md)
- [Common Variables](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/common-variables.md)
- [SubmitMsgTx](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/submitmsgtx.md)
- [getBlockHeadersByHeight](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblockheadersbyheight.md)
- [getBlockHeadersId](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblockheadersid.md)
- [getBlockHeadersByStart](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblockheadersbystart.md)
- [getBlockTransactions](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblocktransactions.md)
- [getCommitmentBlocks](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getcommitmentblocks.md)
- [getBlockTransactionsByNamespace](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblocktransactionsbynamespace.md)
- [OP Stack](https://nodekit.gitbook.io/nodekit-documentation/technical-documentation/op-stack.md)
- [Polygon CDK](https://nodekit.gitbook.io/nodekit-documentation/technical-documentation/polygon-cdk.md)
- [Devnet Details](https://nodekit.gitbook.io/nodekit-documentation/technical-documentation/devnet-details.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://nodekit.gitbook.io/nodekit-documentation/learn/welcome.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.
