# Chrome Extension Wallet

Welcome to the Amadeus Wallet Extension documentation. This guide will help you get started with the wallet and understand all its features.

### Table of Contents

1. [Getting Started](/wallet/creating-a-wallet/chrome-extension-wallet/1.-getting-started.md)
2. [Creating a Wallet](/wallet/creating-a-wallet/chrome-extension-wallet/2.-creating-a-new-wallet.md)
3. [Importing a Wallet](/wallet/creating-a-wallet/chrome-extension-wallet/3.-importing-an-existing-wallet.md)
4. [Unlocking Your Wallet](/wallet/creating-a-wallet/chrome-extension-wallet/4.-unlocking-your-wallet.md)
5. [Sending Tokens](/wallet/creating-a-wallet/chrome-extension-wallet/5.-sending-tokens.md)
6. [Receiving Tokens](/wallet/creating-a-wallet/chrome-extension-wallet/6.-receiving-tokens.md)
7. [Transaction History](/wallet/creating-a-wallet/chrome-extension-wallet/7.-transaction-history.md)
8. [Signing Transactions](/wallet/creating-a-wallet/chrome-extension-wallet/8.-signing-transactions.md)
9. [Network Settings](/wallet/creating-a-wallet/chrome-extension-wallet/9.-network-settings.md)
10. [Integration Guide](/wallet/creating-a-wallet/chrome-extension-wallet/10.-integration-guide.md)

### Overview

The Amadeus Wallet Extension is a secure Chrome extension wallet for the Amadeus blockchain. It provides a user-friendly interface for managing your AMA tokens and interacting with decentralized applications (dApps).

#### Key Features

* **Secure Wallet Management**: Create or import wallets with encrypted storage
* **Token Transfers**: Send and receive AMA tokens easily
* **Transaction History**: View all your past transactions
* **dApp Integration**: Sign transactions from web applications
* **Network Configuration**: Switch between Mainnet and Testnet
* **Security Controls**: Auto-lock, Seed64 backup, and more

#### Security Model

* Private keys are never stored in plain text
* All sensitive data is encrypted using AES-GCM
* Automatic wallet locking after inactivity
* Private keys remain in the background service worker (never in UI state)


---

# 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.ama.one/wallet/creating-a-wallet/chrome-extension-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.
