# Wallets

If you want to automate things like bidding, listing and sniping you have two options for wallets: you can use one of your existing wallets with remote signing, or create a wallet within compass and fund it with ETH/WETH.

### Remote signing

**Benefit:** Trustless, your Private Keys never leave your browser.

**Drawback:** You need to have a browser open to sign transactions in the background.

#### How to add a remote signing wallet

1. Go to [Wallets](https://compass.art/automations/wallets)
2. Click on Import

<figure><img src="/files/iJcZFFWoK8JtKJEux4M6" alt=""><figcaption></figcaption></figure>

### Compass-created wallet

**Benefit:** Automations keep running even if you have your computer switched off.

**Drawback:** You need to fund the wallet with ETH/WETH to run Automations from it.

#### How to create a Compass wallet

1. Go to [Wallets](https://compass.art/automations/wallets)
2. Click on Create
3. You can export the private key by clicking the three dots next to the wallet (...)
4. Import your wallet to MetaMask or any other wallet manager
5. Transfer some ETH, WETH to your wallet depending on what you want to do with it.

<figure><img src="/files/HZi1kdNrWwaKOuzBlT5N" 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://docs.compass.art/automations/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.
