# Wallets

## **What Ethereum Wallets Does Prom Support?**&#x20;

Generally, you can safely send funds to any Ethereum address using Prom network, including exchanges and smart contracts. The owner of the address will always be able to access and claim these funds.

A current list of Ethereum wallets that are compatible with the Prom web wallet could be found soon on its homepage. These wallets have been tested and verified for seamless integration with Prom.

For more technical users who wish to control an address programmatically, Prom supports address control through Ethereum signatures. This includes native Ethereum signatures or via EIP1271 for smart contracts.

## What If My Wallet Is Not Supported or Can't Sign Messages?

In certain situations, some Ethereum addresses might not be directly usable with Prom:

* The wallet is not yet supported in the web interface.
* The address belongs to an exchange.
* The address is associated with a smart contract that lacks EIP1271 support.

However, users can still withdraw funds from a Prom account to the same address on Layer 1. This is possible because the protocol maintains the security principle that funds do not change ownership. This process requires that the account has never registered a Prom public key.


---

# 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://prom.gitbook.io/prom/start-building/wallets.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.
