> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# Deposit ETH

> Use the depositEther method to deposit ETH from ethereum to polygon. For example:

Use the `depositEther` method to deposit **ETH** from ethereum to polygon. For example:

```js theme={null}
const result = await posClient.depositEther(<amount>, <userAddress>);

const txHash = await result.getTransactionHash();

const txReceipt = await result.getReceipt();
```
