> For the complete documentation index, see [llms.txt](https://docs.haven1.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.haven1.org/foundations-of-haven1.md).

# Foundations of Haven1

- [Architecture & network design](https://docs.haven1.org/foundations-of-haven1/architecture-and-key-features.md): Explore Haven1's architecture and network design, featuring Proof of Authority consensus, advanced permissioning, and robust security measures to create a scalable and secure blockchain ecosystem.
- [H1 Token - The Core Utility of Haven1](https://docs.haven1.org/foundations-of-haven1/h1-token-powering-the-haven1-ecosystem.md): The H1 token is the essential unit of utility within the Haven1 ecosystem. It is designed to power network operations, enable governance, and align incentives across participants.
- [Network-level security](https://docs.haven1.org/foundations-of-haven1/network-level-security.md): Haven1's network-level security measures are meticulously designed to mitigate risks like hacks, exploits, and malicious activities.
- [Haven1 Core protocols](https://docs.haven1.org/foundations-of-haven1/core-protocols.md): Core protocols such as a decentralised exchange, a perpetuals exchange as well as a lending& borrowing app are the critical DEFI infrastructure on Haven1. And they accrue value to H1 token
- [Best in class liquidity](https://docs.haven1.org/foundations-of-haven1/best-in-class-liquidity.md): Haven1 is working to ensure users can transact on the network with best in class efficiency
- [Network Guardians: Firewall on Haven1](https://docs.haven1.org/foundations-of-haven1/haven1-network-guardians.md): Haven1's Network Guardians program protects against malicious transactions, stopping them before they reach the network's RPC, ensuring enhanced security for all users.


---

# 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://docs.haven1.org/foundations-of-haven1.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.
