> For the complete documentation index, see [llms.txt](https://docs.llmbt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.llmbt.com/features/wallet-connection.md).

# Wallet Connection

​​LLMBT is launched and operates on the blockchain through smart contracts. Therefore, connecting a cryptocurrency wallet is the first and crucial step for you to explore all the features on our platform.

## Wallet Connection Guide

### Steps to Connect

* **Access the Application:**\
  Open llmbt.com in your browser.
* **Begin the Connection Process:**\
  Locate the “Connect Wallet” button or similar on the application interface and click on it.

<figure><img src="/files/bqJjWbbrItMma09JURlQ" alt=""><figcaption><p>Click "Connect Wallet”</p></figcaption></figure>

* **Choose Authentication Method:**\
  Privy will display authentication options. You can select:\
  Connect an external wallet (such as MetaMask, TrustWallet, etc.)\
  Login with email, phone number, or social media account to create an embedded wallet

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

* **Confirm the Connection:**\
  If using an external wallet: Your wallet will prompt you to confirm the connection. Carefully review the information and accept the request.\
  Note for external wallets: Ensure your wallet is configured to the correct Base Mainnet blockchain.\
  If creating an embedded wallet: Follow the instructions to authenticate via your chosen email, SMS, or social account.
* **Complete:**\
  After confirmation, your wallet will be connected to the application. You can begin using the features that require a wallet.

Note: We use Privy (privy.io) as the wallet provider; your assets will be stored securely with a private key, and we do not have access. You can learn about Privy wallet's security mechanism [here](https://privy.io/).

### Manage and Export Wallet

* **Track Balance:**\
  Once connected, you can track your balance directly from the platform interface, helping you manage your assets efficiently.
* **Export Wallet (Embedded Wallets Only):**\
  To export your wallet, click on the "Export Wallet" option. Then copy the private key and you can import it into other wallet management platforms.&#x20;

<figure><img src="/files/PX3aWlgnDqC76JOtB6s9" alt=""><figcaption><p>Click "Export Wallet"</p></figcaption></figure>

* **Disconnect:**\
  If you wish to change wallets or ensure security, you can disconnect by selecting "Disconnect."

Connect your wallet today to start your journey exploring the remarkable opportunities on the LLMBT platform. We are committed to bringing you the most exciting and secure experience!

<br>


---

# 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.llmbt.com/features/wallet-connection.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.
