# Overview

- [Roles & Staking Infrastructure](https://docs.liquidcollective.io/eth/overview/roles-staking-infra.md): The roles in Liquid Collective's Ethereum implementation, and staking infrastructure overview.
- [Architecture](https://docs.liquidcollective.io/eth/overview/architecture.md): Liquid Collective's protocol architecture on Ethereum
- [Staking Amounts](https://docs.liquidcollective.io/eth/overview/staking-amounts.md): Users can deposit and stake any amount of ETH
- [Slashing Coverage](https://docs.liquidcollective.io/eth/overview/slashing-coverage.md): Three layers of slashing coverage are available for every participant staking through the Liquid Collective protocol
- [Permissioning](https://docs.liquidcollective.io/eth/overview/permissioning.md): Provide users with protections over protocol access for compliance, while ensuring composability with the rest of the DeFi ecosystem
- [Protocol Metadata](https://docs.liquidcollective.io/eth/overview/protocol-metadata.md): Liquid Collective protocol metadata


---

# 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://docs.liquidcollective.io/eth/overview.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.
