# More Tools

- [Minitel](https://docs.kiln.fi/v1/kiln-products/more-tools/minitel.md)
- [Validator watcher](https://docs.kiln.fi/v1/kiln-products/more-tools/validator-watcher.md)
- [ETH Batch Deposit Contract](https://docs.kiln.fi/v1/kiln-products/more-tools/eth-batch-deposit-contract.md): The Kiln Ethereum Batch Deposit Contract is a minimal implementation of deposit transaction batching. The goal is to deposit N validations keys in one transaction with N \* 32 ETH as value.
- [Safe CD](https://docs.kiln.fi/v1/kiln-products/more-tools/safe-cd.md): Safe CD allows to craft safe proposals with solidity code and yaml files


---

# 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.kiln.fi/v1/kiln-products/more-tools.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.
