> 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/more-info.md).

# More Info

\
delegate.cash is a smart contract and website that allows you to securely connect your hot and cold wallets. Created by 0xfoobar and a team of experts in the crypto space, it stores hot/cold wallet associations on-chain in a structured way, making it easy for others to verify the connection.

The process is simple: connect your cold wallet, define an authorized hot wallet, and that association is stored on-chain. From then on, you can use your hot wallet anywhere that supports delegate.cash and they will be able to confirm the assets in your cold wallet.

It's important to note that this process does not grant the hot wallet or anyone else permission to access or use the assets in your cold wallet. It simply provides a provable way for others to confirm the connection between your hot and cold wallets.

This hot/cold wallet association can be used for a variety of read-only functions such as token gating on Discord and websites, allowing you to use assets you own in games.

For CyberBrokers users, we have created our own delegate page on our website to make interacting with the contract even easier. \
\
Several projects, such as ArtBlocks, ForgottenRunes, Token Proof, and Azuki, have already integrated support for delegate.cash. To ensure compatibility with other projects, it is recommended to reach out to them on Discord or Twitter to inquire about their plans. \
\
To view a current list of supporting projects and for more information, please visit the delegate.cash [website](https://docs.delegate.cash/delegatecash/).


---

# 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/more-info.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.
