# Quip

## Whitepaper

- [Welcome to Quip Network](https://quip.gitbook.io/docs/readme.md)
- [Quickstart](https://quip.gitbook.io/docs/getting-started/quickstart.md)
- [What is Quip?](https://quip.gitbook.io/docs/getting-started/what-is-quip.md)
- [Quip SDK](https://quip.gitbook.io/docs/getting-started/quip-sdk.md)
- [Quip Client](https://quip.gitbook.io/docs/getting-started/firewall.md): The Quip client is a local software package that handles key generation, signing, and verification for interaction with Quip SDK endpoints.
- [Motivation](https://quip.gitbook.io/docs/basics/motivation.md)
- [Key Properties](https://quip.gitbook.io/docs/basics/key-properties.md)
- [QUIP: The Quantum Unit Interlock Pathway](https://quip.gitbook.io/docs/basics/quip-the-quantum-unit-interlock-pathway.md)
- [QUIP Lifecycle](https://quip.gitbook.io/docs/basics/quip-lifecycle.md)
- [Virtues](https://quip.gitbook.io/docs/basics/virtues.md)
- [Participants](https://quip.gitbook.io/docs/network/participants.md)
- [Token](https://quip.gitbook.io/docs/network/token.md)
- [Run A Node (TestNet)](https://quip.gitbook.io/docs/nodes/run-a-node-testnet.md)
- [Classical](https://quip.gitbook.io/docs/nodes/classical.md)
- [Quantum](https://quip.gitbook.io/docs/nodes/quantum.md)
- [Encrypt](https://quip.gitbook.io/docs/protocols/encrypt.md): Protocols can take advantage of the Quip Network's ubiquitous post-quantum endpoints to checkpoint their chains and prevent quantum rewind attacks.
- [Accelerate](https://quip.gitbook.io/docs/protocols/accelerate.md): Protocols can take advantage of the quantum computers in the Quip Network to solve optimization problems across finance, logistics, manufacturing, and other relevant jobs subject to quantum advantage.


---

# 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://quip.gitbook.io/docs/readme.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.
