> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/get-started/create-your-account.md).

# Create Your Account

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

## Connect Your Wallet

Boba supports multiple wallets across Solana and EVM chains.

| Wallet Name       | Official Link                     |
| ----------------- | --------------------------------- |
| Phantom           | <https://phantom.com/>            |
| MetaMask          | <https://metamask.io/>            |
| Base Wallet       | <https://www.coinbase.com/wallet> |
| Rabby             | <https://rabby.io/>               |
| Magic Eden Wallet | <https://wallet.magiceden.io/>    |
| Backpack          | <https://backpack.app/>           |
| Brave Wallet      | <https://brave.com/wallet/>       |
| Solflare          | <https://www.solflare.com/>       |

{% hint style="info" %}
We currently support most popular EVM and Solana wallets.&#x20;

*if your wallet is not supported, please submit a request and we will work to implement it in the future*
{% endhint %}

***

## Signing In

When you connect a Solana or EVM wallet, you'll be prompted to sign three messages:

1. **View Permission** — Allows Boba to view your public wallet address
2. **Ownership Proof** — Proves you own the wallet
3. **Terms Acceptance** — Agrees to our Terms of Service

{% hint style="warning" %}
These are **signature requests only** — no tokens are transferred and no gas is required.
{% endhint %}

<div><figure><img src="/files/AkWdFhAb4Sb5OZGsN6DZ" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/Yi4A7DwGsA4bKmL6JVrY" alt="" width="375"><figcaption></figcaption></figure></div>

***

## Alternative Sign In Methods

Boba allows users to link other auth methods to create accounts. These can be linked to existing Boba accounts for easy sign-in.

* Twitter/X profile link
* Google account link
* Passkey


---

# 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.boba.xyz/get-started/create-your-account.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.
