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

# Ethereum Guides

- [Staking Pool HandBook](https://docs.geode.fi/ethereum-guides/staking-pool-handbook.md)
- [Initiating a Customizable Staking Pool](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/initiating-a-customizable-staking-pool.md)
- [Managing Your Operator Set](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/managing-your-operator-set.md)
- [Changing Your Pool's Owner](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/changing-your-pools-owner.md)
- [Manage Your Maintenance Fee](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/manage-your-maintenance-fee.md)
- [Private Pools and Whitelisting](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/private-pools-and-whitelisting.md)
- [Using a Bound Liquidity Pool](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/using-a-bound-liquidity-pool.md)
- [Using Maintainers for Your Pool](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/using-maintainers-for-your-pool.md)
- [Securing Your Withdrawal Contract](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/securing-your-withdrawal-contract.md)
- [Decentralizing Your Pool](https://docs.geode.fi/ethereum-guides/staking-pool-handbook/decentralizing-your-pool.md)
- [Operator Handbook](https://docs.geode.fi/ethereum-guides/operator-handbook.md)
- [Get Onboarded](https://docs.geode.fi/ethereum-guides/operator-handbook/get-onboarded.md)
- [Initiating an Operator](https://docs.geode.fi/ethereum-guides/operator-handbook/initiating-an-operator.md)
- [Communicating with Portal](https://docs.geode.fi/ethereum-guides/operator-handbook/communicating-with-portal.md)
- [Creating Validators](https://docs.geode.fi/ethereum-guides/operator-handbook/creating-validators.md)
- [Changing an Operator's Owner](https://docs.geode.fi/ethereum-guides/operator-handbook/changing-an-operators-owner.md)
- [Switching Your Fee](https://docs.geode.fi/ethereum-guides/operator-handbook/switching-your-fee.md)
- [Switching Your Validator Period](https://docs.geode.fi/ethereum-guides/operator-handbook/switching-your-validator-period.md)
- [Using Maintainers](https://docs.geode.fi/ethereum-guides/operator-handbook/using-maintainers.md)
- [Optimizing Your Revenue](https://docs.geode.fi/ethereum-guides/operator-handbook/optimizing-your-revenue.md)
- [Exiting Validators](https://docs.geode.fi/ethereum-guides/operator-handbook/exiting-validators.md)
- [Liquidity Pool HandBook](https://docs.geode.fi/ethereum-guides/liquidity-pool-handbook.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 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.geode.fi/ethereum-guides.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.
