# Account Creation

Extended is compatible with all EVM and Starknet wallets. When connecting a new wallet, we require two signatures for the following purposes:

* **Account Creation:** This involves generating your Extended account and signing key pair, which will be stored locally in your browser.
* **Registration:** This confirms your ownership of the Extended account and enables trading.

For each newly connected wallet, we automatically create one trading account. However, users have the option to create up to 10 trading accounts, each with independent margin, per single wallet.


---

# 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://docs.extended.exchange/extended-resources/account-operations/account-creation.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.
