# 2. Connecting an address

To deploy a new token you will need to sign transactions on the selected blockchain, which is why the first step is to connect an address.

Bridge Protocol currently supports the following methods to connect an address:

**WalletConnect (EVM only)**

* [How to use WalletConnect](https://www.mtpelerin.com/faq/how-to-use-walletconnect)

**Hardware wallets (EVM only):**

* Trezor
* Ledger
* Ledger (legacy)

**Others:**

* Seed phrase
* Private key

{% hint style="info" %}
The seed phrase and private key methods are only here to facilitate your Testnet experiments, **you should never use them to deploy a token in production** (Mainnet).
{% 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://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/2-connecting-an-address.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.
