# \_sidebar

* [Home](/readme.md)
* **Introduction**
  * [What is Lithosphere?](/docs/introduction/what-is-lithosphere.md)
  * [Architecture Overview](/docs/introduction/architecture-overview.md)
  * [Glossary](/docs/introduction/glossary.md)
  * [FAQ](/docs/introduction/faq.md)
* **Quickstart**
  * [Developer Setup](/docs/quickstart/dev-setup.md)
  * [Validator Setup](/docs/quickstart/validator-setup.md)
  * [CLI Tools](/docs/quickstart/cli-tools.md)
* **Developers**
  * [Overview](/docs/developers/overview.md)
  * [LEP100 Token Standard](/docs/developers/lep100-standard.md)
  * [Smart Contracts](/docs/developers/smart-contracts.md)
  * [API & SDK](/docs/developers/api-and-sdk.md)
  * [Frontend Integration](/docs/developers/frontend-integration.md)
  * [CI/CD Guide](/docs/developers/ci-cd-guide.md)
  * [Hardhat Example](/docs/developers/examples/hardhat-example.md)
  * [Foundry Example](/docs/developers/examples/foundry-example.md)
  * [wagmi + Next.js Example](/docs/developers/examples/wagmi-example.md)
  * [ethers.js Example](/docs/developers/examples/ethers-example.md)
  * [Troubleshooting](/docs/developers/troubleshooting.md)
* **Validators**
  * [Node Deployment](/docs/validators/node-deployment.md)
  * [Ledger Sync Service](/docs/validators/ledger-sync-service.md)
  * [Monitoring & Metrics](/docs/validators/monitoring-and-metrics.md)
  * [Security Practices](/docs/validators/security-practices.md)
  * [Upgrade Procedures](/docs/validators/upgrade-procedures.md)
* **Network**
  * [Chain Parameters](/docs/network/chain-parameters.md)
  * [Tokenomics](/docs/network/tokenomics.md)
  * [Governance](/docs/network/governance.md)
  * [Roadmap](/docs/network/roadmap.md)
* **API Reference**
  * [REST API](/docs/api-reference/rest-api.md)
  * [REST OpenAPI Spec](https://github.com/KaJLabs/lithosphere/blob/main/docs/api-reference/openapi.yaml)
  * [GraphQL API](/docs/api-reference/graphql-api.md)
  * [GraphQL Schema](https://github.com/KaJLabs/lithosphere/blob/main/docs/api-reference/schema.graphql)
  * [SDK Reference](/docs/api-reference/sdk-reference.md)
* **Guides**
  * [Security Checklist](/docs/guides/security-checklist.md)
  * [Testing Best Practices](/docs/guides/testing-best-practices.md)
  * [Deployment Automation](/docs/guides/deployment-automation.md)
  * [Contributing](/docs/guides/contributing.md)
* **Governance**
  * [RFC Template](/docs/governance/rfc-template.md)
  * [Post-Incident Review Template](/docs/governance/pir-template.md)
  * [CAB Approvals](/docs/governance/cab.md)
  * [Key Rotation Runbook](/docs/governance/key-rotation-runbook.md)
  * [Release Process](/docs/governance/release-process.md)
  * [Observability Runbook](/docs/governance/observability.md)
  * [Deployment Approvals](/docs/governance/deployment-approvals.md)
  * [License Policy](/docs/governance/license-policy.md)
  * [Test Quarantine](/docs/governance/test-quarantine.md)
  * [RACI Matrix](/docs/governance/raci.md)
  * [Supply Chain Hardening](/docs/governance/supply-chain.md)
  * [Release Calendar](/docs/governance/release-calendar.md)
  * [RFC 0001 — Release Trains](/docs/governance/rfcs/0001-release-trains.md)
* **Phase Completions**
  * [Overview](/docs/phases.md)
  * [Phase 6 — Test Strategy](/docs/phases/phase-6-completion.md)
  * [Phase 7 — Contract Tooling](/docs/phases/phase-7-completion.md)
  * [Phase 8 — SDKs & DX Portal](/docs/phases/phase-8-completion.md)
  * [Phase 9 — Observability](/docs/phases/phase-9-completion.md)


---

# Agent Instructions: 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:

```
GET https://whitepaper.litho.ai/_sidebar.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.
