> For the complete documentation index, see [llms.txt](https://nakis-organization.gitbook.io/naki-wallet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nakis-organization.gitbook.io/naki-wallet/key-features.md).

# Key Features

## Key Features&#x20;

### Email Login & Privy Integration 📧

Naki Wallet eliminates the complexity of traditional crypto wallets by allowing users to create an account with just their email address. Using Privy's authentication system, users receive a one-time verification code to their email and gain instant access to a fully functional crypto wallet—no seed phrases or complex setup required.

### Automatic Wallet Creation 🔐

Behind the scenes, Naki automatically generates and manages a secure blockchain wallet for each user. This embedded wallet technology (powered by Privy) handles all the cryptographic operations invisibly, allowing users to focus on sending and receiving funds rather than managing keys.

### USDC Purchase with Card 💳

Users can easily buy USDC (USD Coin) directly within the app using their credit or debit cards through our MoonPay integration. This provides a familiar purchasing experience similar to any e-commerce transaction while acquiring digital assets on the blockchain.

### Sending and Receiving USDC 💸

Naki makes transferring cryptocurrency as simple as traditional payment apps. Users can:

* Send USDC to contacts with just a few taps
* Request payments from friends
* View transaction history
* Include notes with transactions
* Track pending and completed transfers

### Base Testnet Integration ⚡

Built on Base Testnet, Naki leverages Coinbase's Layer 2 Ethereum scaling solution to provide fast transactions with minimal fees. This foundation gives us the security of Ethereum with better performance characteristics, preparing the app for eventual mainnet deployment.

### Simplified User Experience 🎨

Naki features a clean, intuitive interface designed for users of all technical abilities:

* Social-first contact management
* Transaction tracking with human-readable details
* Profile customization
* Quick-action buttons for common tasks
* Visual transaction confirmations
* Familiar payment flow patterns

### QR Code Functionality 📱

The app includes QR code generation and scanning capability, allowing users to quickly send or receive payments without typing addresses or searching for contacts—simply scan and pay.

### Secure Storage 🛡️

All sensitive user information and transaction data is securely stored using best practices for mobile application security, including SecureStore for local data protection.


---

# 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://nakis-organization.gitbook.io/naki-wallet/key-features.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.
