> For the complete documentation index, see [llms.txt](https://docs.cyberbrokers.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberbrokers.com/user-guide/delegate.cash/step-1.-delegate.md).

# Step 1. Delegate

In this step, you will use the [delegate](https://cyberbrokers.com/delegate) page on the CyberBrokers website to connect your cold wallet containing CyberBrokers assets to a hot wallet address. This enables you to access the utility of your assets stored in the cold wallet using the hot wallet address. This process needs to be done only once. After that, you can access your assets through the CyberBrokers platform and any third-party platforms that support delegate.cash now or in the future.&#x20;

### Requirements:

* A browser with access to your cold wallet (it is recommended to use a computer rather than a mobile device)
* The Ethereum address or ENS name of a pre-created hot wallet

### **Instructions:**

1. Go to the CyberBrokers [delegate](https://cyberbrokers.com/delegate) page<br>

   <figure><img src="/files/OJQDIMskQY1Xt0zmJXbq" alt=""><figcaption></figcaption></figure>
2. Click the "Connect Wallet" button, and connect your cold wallet

   <br>

   <figure><img src="/files/UBFGDWYjWqH5j2gx1p1c" alt=""><figcaption></figcaption></figure>
3. Paste your hot wallet address or ENS name into the "Delegate Address" field<br>
4. Click the "Delegate" button, and MetaMask will pop up

   <figure><img src="/files/TK3D2dFw2rf2VnYVHhxy" alt=""><figcaption></figcaption></figure>
5. Verify the information matches the below, and click "Confirm" in MetaMask. Note that this step will cost gas as it is interacting with the delegate.cash contract

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

6\. Wait for the transaction to process, and you'll get the following message

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

7\. Click the "Wallet Connected" button, then "Disconnect" button to remove your cold wallet connection

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

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

Next time you connect to the CyberBrokers website, use your hot wallet! Continue to Step 2 ➡️


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cyberbrokers.com/user-guide/delegate.cash/step-1.-delegate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
