# Working with the Ethereum network

In the CPAY system, the following operations will be performed with the participation of the blockchain by the Ethereum network: obtaining a balance for a wallet, creating a wallet, transferring funds, receiving transactions.

To work with the Ethereum network, you can already use ready-made third-party api, but there is a possibility that there will be a delay in the transfer of information, it is possible that data transfer limits have been set. If possible, you need to deploy your Ethereum blockchain network, to which all requests from CPAY will be sent. This is necessary in order to avoid a delay in data transfer and also there will be no problems with the CryptoPay operation if any problems occur on a third-party service and the service is not available.

General scheme of interaction between CPAY and FullNode Ethereum:

![](https://2324095937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MlFPLYB0TvGBUBPqN7m%2Fuploads%2FC1JZrF4c81hPQXObgr69%2Fscreenshot-c.mng.ninja-2021.10.13-20_16_33.png?alt=media\&token=6b0ae555-5cf2-472c-9ea3-a4a39e6ec8c3)

CPAY currently supports BNB and ERC-20 Tether token.


---

# 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://cpay-2.gitbook.io/cpay-1/interaction-with-crypto-networks/working-with-the-ethereum-network.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.
