> For the complete documentation index, see [llms.txt](https://docs.clique.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clique.tech/clique-wallet/getting-started/for-users.md).

# For Users

This guide is for end users who want to start using Clique Wallet in an application that has already integrated it.

#### Creating Your First Wallet

1. **Access the Application**: Navigate to the application that uses Clique Wallet
2. **Choose Your Login Method**: You can log in using:
   * Social accounts (Google, X/Twitter, Telegram, Apple, etc.)
   * Email address
   * Phone number
   * External wallet (MetaMask, Phantom, Okx, Rabby, Coinbase Wallet, etc.)

#### Logging In with Email/Phone Number

1. Enter your email address or phone number
2. Check your email or phone for a verification code
3. Enter the verification code to complete login
4. Your wallets are automatically created for all supported blockchains

#### Logging In with Social Account

1. Click on your preferred social login option (Google, X/Twitter, Telegram, Apple, etc.)
2. Authorize the application to access your social account
3. You'll be redirected back and automatically logged in
4. Your wallets are automatically created

#### Logging In with External Wallet

1. Click "Connect Wallet" and select your wallet (MetaMask, Phantom, Okx, Rabby, Coinbase Wallet, etc.)
2. Sign the challenge message with your external wallet
3. You'll be logged in and your Clique Wallet will be created

#### After Login

Once logged in, you can:

* **View Your Wallet Addresses**: Your wallet addresses for Solana, EVM-compatible chains, and Hyperliquid are automatically created
* **Sign Transactions**: Sign transactions directly within the application interface
* **Manage Multiple Wallets**: Create additional wallets for different purposes
* **Bind Multiple Login Methods**: Add additional authentication methods to your account for redundancy

#### Security Tips

* **Bind Multiple Authentication Methods**: Add email, social login, or external wallet connections to your account. This ensures you can always access your account even if you lose access to one method
* **Export Your Keys**: You can export your private keys at any time through the export functionality if you want to migrate your wallets to another service
* **Keep Your Session Active**: Your session will remain active as you use the application, but will expire after inactivity for security


---

# 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:

```
GET https://docs.clique.tech/clique-wallet/getting-started/for-users.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.
