# Wallet Functions

**Deposit**

Deposit funds into the Proxy Wallet by transferring ETH or BSC for copy trading purposes.

**Transfer**

The transfer function allows assets within the Proxy Wallet to be transferred externally, restricted to the originally bound wallet address.

**Sell**

The sell function enables swift liquidation of assets within the Proxy Wallet. The tool optimizes the selling process to execute transactions efficiently. Proceeds from sales return to the Proxy Wallet.

**Wallet Balance Analysis**

The tool analyzes the balance of all tokens within the user's wallet address and estimates their corresponding USD value.

<br>

<figure><img src="https://3333024319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWdrYKaO3TvbSwJN1HqS1%2Fuploads%2FYHb0hC6TeVxeKXUCcQqZ%2Fchongzhi2.jpg?alt=media&#x26;token=8a4e89f7-d6f6-4f44-907e-7156318d2882" alt=""><figcaption></figcaption></figure>


---

# 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://1stepapp.gitbook.io/1step-docs-en/proxy-wallet/wallet-functions.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.
