# Addresses

This guide assumes that you've setup your webhook endpoints already. If you haven't, follow the Webhook guide below first.

{% content-ref url="/pages/-LrWhVOkDSaexDS-G46W" %}
[Webhooks](/get-started/dashboard/webhooks.md)
{% endcontent-ref %}

## Register Your Wallet Address

Gluwa will listen to any event that occurs to registered addresses and send webhook notifications to the registered webhook URLs. Open [Gluwa Dashboard Registered Addresses](https://dashboard.gluwa.com/addresses) page to register your addresses.

![Register New Address Page](/files/-Lnk6KkpYgqakhQ98m_h)

Note that the form requires you to sign an arbitrary message with the private key of the address. The signature will prove your ownership of the address.

You can create the signature on Gluwa mobile application, or using any other third party apps like below:

1. MyEtherWallet (Ethereum)
2. MetaMask (Ethereum)
3. Electrum (Bitcoin)

{% hint style="info" %}
The above list of third party apps is not a comprehensive list. There are many other apps that provide message signing functionality, so you can use any of them.
{% endhint %}

{% content-ref url="/pages/-LrWmQMlAov5xy4MgGjb" %}
[Create a Signature](/get-started/gluwa/create-a-signature.md)
{% endcontent-ref %}

![Gluwa Dashboard Registered Addresses Page](/files/-Lnh_jTO78dIgpxEKkCU)

Once you register your address, Gluwa will send a webhook to your registered webhook URL each time any of the supported events occur on your address. You can find the supported events [here](/get-started/dashboard/webhooks.md#supported-events).


---

# 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.gluwa.com/get-started/dashboard/addresses.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.
