# Create Your Account

Bound uses passkey-based authentication - no seed phrases, no browser extensions required.

## Sign up

1. Go to [bound.exchange](https://bound.exchange/) *(update with actual URL)*
2. Click **Get Started**
3. Create a passkey or password when prompted
4. Bound automatically creates self-custodial wallets for you across BTC, EVM, and Solana

You sign up like any normal app - but you always maintain full self-custody of your assets.

## What gets created

When you create an account, Bound generates:

* A **BTC wallet** for trading runes and Bitcoin
* An **EVM wallet** for cross-chain assets (ETH, USDC, BNB, AVAX, HYPE)
* A **Solana wallet** for SOL and Solana-based assets

All three wallets are accessible from a single login.

{% hint style="info" %}
**VERIFY** - Technical details of passkey key generation and storage to be confirmed with engineering team.
{% endhint %}

{% hint style="info" %}
Screenshots and UI walkthrough will be added after Phase 1 launch.
{% 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://bound-1.gitbook.io/bound-docs/readme/create-your-account.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.
