# Sign Up & Wallet

Signing up on Probly takes less than a minute. **Log In** and **Sign Up** open the same modal — the first time you use a method we create your account; after that, the same method logs you in.

## Sign-In Methods

Probly supports five sign-in methods, powered by [Privy](https://privy.io/) for identity and embedded wallets.

<figure><img src="/files/cuy01AzKSgZkvTYOHEUB" alt="" width="340"><figcaption></figcaption></figure>

### Crypto Wallet

Connect a self-custodied wallet. You hold your own keys and sign every transaction.

* **MetaMask** · **Coinbase Wallet** · **Phantom** · **Uniswap Wallet**

### Email

No wallet? Sign in with your email — Privy creates a secure **embedded wallet** for you. No seed phrase, no extension.

* Enter your email → receive a one-time code
* A wallet is provisioned and recoverable via your email

## Comparison

|              | Crypto Wallet           | Email             |
| ------------ | ----------------------- | ----------------- |
| Onboarding   | Connect existing wallet | Verify email      |
| Keys held by | You                     | Privy (encrypted) |
| Recovery     | Seed phrase             | Email             |
| Gas          | You pay                 | Handled for you   |

## Creating Your Account

1. Go to [probly.com](https://probly.com)
2. Click **Log In** or **Sign Up** in the top right
3. Pick a sign-in method, then sign or verify to confirm
4. Accept the [Terms of Use](/resources/terms-of-service.md) and [Privacy Policy](/resources/privacy-policy.md)
5. Deposit USDC to start trading

<figure><picture><source srcset="/files/QZeCszWz4w7S2cZ13Lm7" media="(prefers-color-scheme: dark)"><img src="/files/mmFuA30e4vw5JafS52xl" alt=""></picture><figcaption></figcaption></figure>

## Account Security

{% hint style="warning" %}
**Never share** your seed phrase, private key, or email verification code. Probly will never ask for them via DM, email, or Discord.
{% endhint %}

* Keep your email account secure — we send one-time codes there to log you in
* For self-custody wallets, back up your seed phrase offline
* Always verify you're on **probly.com** before connecting your wallet
* Report suspicious activity to **<support@probly.com>**

## Next Steps

* [Deposits & Withdrawals](/get-started/deposits-and-withdrawals.md) — fund your account with USDC
* [Making Your First Trade](/get-started/first-trade.md) — place your first order


---

# 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.probly.com/get-started/sign-up-and-wallet.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.
