# HORD Docs

## HORD Docs

- [Introduction](https://docs.hord.fi/master.md)
- [About HORD](https://docs.hord.fi/about-hord.md)
- [An Overview of Ethereum Staking](https://docs.hord.fi/about-hord/an-overview-of-ethereum-staking.md)
- [Why Hord?](https://docs.hord.fi/about-hord/why-hord.md)
- [Hord ETH Staking](https://docs.hord.fi/hord-eth-staking.md)
- [APR](https://docs.hord.fi/hord-eth-staking/apr.md)
- [Consensus & Execution Layer Rewards](https://docs.hord.fi/hord-eth-staking/consensus-and-execution-layer-rewards.md)
- [Hord Reward Model](https://docs.hord.fi/hord-eth-staking/hord-reward-model.md)
- [Protocol Fee](https://docs.hord.fi/hord-eth-staking/protocol-fee.md): Hord's protocol fees and breakdown
- [Security](https://docs.hord.fi/security.md)
- [Smart Contract Audits](https://docs.hord.fi/security/smart-contract-audits.md)
- [Bug Bounty](https://docs.hord.fi/security/bug-bounty.md)
- [Risk Disclaimer](https://docs.hord.fi/security/risk-disclaimer.md): The possible risks of staking ETH
- [hETH](https://docs.hord.fi/heth.md)
- [What is hETH?](https://docs.hord.fi/heth/what-is-heth.md)
- [Auto Compounding](https://docs.hord.fi/heth/auto-compounding.md)
- [Hord Governance](https://docs.hord.fi/hord-governance.md)
- [Why Implement Governance at Hord?](https://docs.hord.fi/hord-governance/why-implement-governance-at-hord.md)
- [Governance Functions](https://docs.hord.fi/hord-governance/governance-functions.md)
- [Proposal Submission at Hord](https://docs.hord.fi/hord-governance/proposal-submission-at-hord.md)
- [Governance Voting System & Specifications](https://docs.hord.fi/hord-governance/governance-voting-system-and-specifications.md)
- [HORD Token](https://docs.hord.fi/hord-token.md)
- [Token Utilities](https://docs.hord.fi/hord-token/token-utilities.md)
- [User Guides](https://docs.hord.fi/user-guides.md)
- [Adding HORD to your Wallet](https://docs.hord.fi/user-guides/adding-hord-to-your-wallet.md)
- [Staking with Hord](https://docs.hord.fi/user-guides/staking-with-hord.md)
- [Withdrawing ETH](https://docs.hord.fi/user-guides/withdrawing-eth.md)
- [How to Bridge HORD Tokens via ChainPort](https://docs.hord.fi/user-guides/how-to-bridge-hord-tokens-via-chainport.md)
- [FAQ](https://docs.hord.fi/faq.md): Common Frequently Asked Questions
- [Smart Contracts](https://docs.hord.fi/protocol/smart-contracts.md)
- [Hord Congress Members Registry](https://docs.hord.fi/protocol/smart-contracts/hord-congress-members-registry.md): Represent HORD Congress Members Registry
- [Hord Token](https://docs.hord.fi/protocol/smart-contracts/hord-token.md): Represents HORD token contract.
- [Maintainers Registry](https://docs.hord.fi/protocol/smart-contracts/maintainers-registry.md): Serves as a registry for privileged addresses.
- [Staking Configuration](https://docs.hord.fi/protocol/smart-contracts/staking-configuration.md): This is a basic configuration contract.
- [Hord ETH Staking Manager (HETH)](https://docs.hord.fi/protocol/smart-contracts/hord-eth-staking-manager-heth.md): Core contract for Ethereum Staking Platform.
- [Hord Congress](https://docs.hord.fi/protocol/smart-contracts/hord-congress.md): Represents multi-sig wallet for HORD app.
- [Support](https://docs.hord.fi/about/support.md)
- [Legal Disclaimer](https://docs.hord.fi/about/legal-disclaimer.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.hord.fi/master.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.
