# Wallet connection

### Supported methods

You can use the followings methods to connect to your wallet:

* Metamask
* Public wallet key

### Metamask

#### Steps

1\. Click "Connect to wallet"

![](/files/xQPSJmbscrSqt44pwpyP)

2\.  Choose "Connect with metamask"

![](/files/P8kVKMlqMSeFIwKfSUUi)

3\. Confirm the connection in metamask

![](/files/3Tmd21AchkKGYO23Rk2j)

### Public wallet key

{% hint style="warning" %}
This approach disables the ability to set a token's allowance, start a blockchain session, or deposit/withdraw any balance. It should be used for example when you would like to run maker console on the server where you don't have metamask.
{% endhint %}

{% hint style="info" %}
This approach is not recommended, when you are just willing to test workflow with small amounts.
{% endhint %}

#### Steps

1\. Click "Connect to wallet"

![](/files/8WjuYmP5z3I7HqtiwV8Y)

2\. Type in your wallet public key

![](/files/mBlx39rZJUE8q41Ew74g)

3\. Click "Set"

Once you confirm your wallet address, the page will reload and you will be connected to your wallet.

### Change the public wallet key

By clicking on your wallet address, a connection dialog appears and you will be able to change the wallet address.

#### Steps

1\. Click the wallet address

![](/files/87iBD0JpZEKZ7rbgp8OZ)

2\. Type in your wallet public key or connect with metamask

Once you confirm your wallet address, the page will reload and you will be connected to your wallet.

{% hint style="info" %}
If you want to disconnect you need to remove any text in the dialog's input and click "Change"
{% endhint %}


---

# 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.coinquoter.com/getting-started/wallet-connection.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.
