# CCPayment ETH Testnet Tutorial

### What is TestNet

ETH Testnet is an individual environment used for the development and test based on ETH. You can get the free testnet Sepolia ETH used to transfer. It's dev-friendly, the developer can make transactions anywhere without any fees.

### Why TestNet

* Free to get the testnet Sepolia ETH used for development and test.
* Testnet is independent from the mainnet, the test assets are only used for test purposes. It's not actual assets.
* Reduce the potential risk of mainnet assets loss.
* Avoid the impact of the Mainnet function.

### How to integrate CCPayment ETH-Testnet: Sepolia Testnet

1. Register CCPayment account and enable **Sepolia Testnet** on the [Merchant Settings page](https://admin.ccpayment.com/merchatsetting/settings).
2. Get the Free Test-Sepolia ETH on the: \
   <https://sepolia-faucet.pk910.de/>\
   <https://www.allthatnode.com/faucet/ethereum.dsrv>\
   <https://faucet.quicknode.com/drip>
3. Sepolia Testnet Explorer: <https://sepolia.etherscan.io/>\<txid>
4. Close Sepolia Testnet when test processing is done on the developer page.

{% hint style="info" %}
Notes:

1. The test Sepolia ETH has not exact value, only for test use.
2. Reasonably use testnet, avoid malicious behavior.
3. Calling the testnet API doesn't result in any actual transactions, please contact support if you have any questions or issues.
   {% endhint %}


---

# 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.ccpayment.com/faq/others-and-academy/ccpayment-eth-testnet-tutorial.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.
