# Eclipse Testnet ETH Transfer Transaction Fee Estimator

## Program Overview

This React program is designed as a transaction fee estimator, specifically for transferring ETH on the Eclipse testnet. It uses Solana's JavaScript API (`@solana/web3.js`) to interact with the Eclipse testnet. &#x20;

{% content-ref url="/pages/TLpw91VoJYeDfZ0KmWGi" %}
[Program Breakdown](/developers/tutorials-and-guides/developer-guides/eclipse-testnet-eth-transfer-transaction-fee-estimator/program-breakdown.md)
{% endcontent-ref %}

{% content-ref url="/pages/cwbCXP9h3L0CIPoEI9tK" %}
[Program JSX & CSS](/developers/tutorials-and-guides/developer-guides/eclipse-testnet-eth-transfer-transaction-fee-estimator/program-jsx-and-css.md)
{% endcontent-ref %}

{% content-ref url="/pages/LwnKvI7fZUJVZL9sOUFr" %}
[Program Execution](/developers/tutorials-and-guides/developer-guides/eclipse-testnet-eth-transfer-transaction-fee-estimator/program-execution.md)
{% endcontent-ref %}


---

# 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.eclipse.xyz/developers/tutorials-and-guides/developer-guides/eclipse-testnet-eth-transfer-transaction-fee-estimator.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.
