# CoopHive

## CoopHive

- [Introduction](https://docs.co-ophive.network/coophive/readme.md)
- [Architecture](https://docs.co-ophive.network/coophive/architecture.md)
- [Whitepaper](https://docs.co-ophive.network/coophive/whitepaper.md)
- [Install CoopHive](https://docs.co-ophive.network/user-guide/install-coophive.md)
- [Clients](https://docs.co-ophive.network/user-guide/clients.md)
- [Quick Start](https://docs.co-ophive.network/user-guide/clients/quick-start.md): This is a quick start guide for using CoopHive with a MetaMask wallet. Instructions are similar for most other wallets.
- [Compute Nodes](https://docs.co-ophive.network/user-guide/compute-nodes.md)
- [Quick Start](https://docs.co-ophive.network/user-guide/compute-nodes/run-a-node.md)
- [Solver](https://docs.co-ophive.network/user-guide/solver.md)
- [Quick Start](https://docs.co-ophive.network/user-guide/solver/quick-start.md): \<coming soon>
- [Job Modules](https://docs.co-ophive.network/creating-jobs/build-a-job-module.md)
- [Game-Theoretic Verifiable Computing](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing.md)
- [Writings](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings.md)
- [Verifiable Computing](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings/verifiable-computing.md)
- [Problem Statement](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings/problem-statement.md)
- [Prior Protocols](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings/prior-protocols.md)
- [Autonomous Agents](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings/autonomous-agents.md)
- [Mechanisms To Explore](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/writings/mechanisms-to-explore.md)
- [Talks](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/talks.md)
- [FIL Dev Summit, Reykjavík, September 2023](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/talks/fil-dev-summit-reykjavik-september-2023.md)
- [CoD Summit, Boston, May 2023](https://docs.co-ophive.network/research/game-theoretic-verifiable-computing/talks/cod-summit-boston-may-2023.md)
- [Autonomous Agents](https://docs.co-ophive.network/research/autonomous-agents.md)
- [Valory Crypto x AI Mini Conference, July 2023](https://docs.co-ophive.network/research/autonomous-agents/valory-crypto-x-ai-mini-conference-july-2023.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.co-ophive.network/coophive/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.
