# Testing the Bonder

You are now ready to test the bonder! Follow the instructions to test that the bonder client is correctly set up! This test will send a transaction to yourself on the Ethereum mainnet to validate that your bonder can transact. It will then stake and unstake the token on the Ethereum mainnet.

### Send Funds to the Bonder Address

You must start by sending funds to the bonder address. Since this is a test, you only need to send a small amount:

* 0.2 ETH
* 1 token

### Run the Self-Test Command

```bash
hop self-test --token <YOUR_TOKEN> --amount 1
```

This test will take approximately 1 minute. If the test is successful, you will see logs that describe the transactions made.


---

# 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.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/testing-the-bonder.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.
