# Dev Wallet

## Your Platform Wallet

Every Anoncoin user gets a dedicated **platform wallet** upon sign-up. This is your all-in-one wallet for interacting with the platform.

***

## Sending SOL

Transfer SOL from your platform wallet to any Solana wallet address.

### How to Send

1. Navigate to your **Wallet** section
2. Click **Send**
3. Enter the **recipient's wallet address**
4. Enter the **amount of SOL**
5. Confirm the transaction

### Limits

* **Daily limits** apply for security purposes
* **Weekly limits** are also enforced
* These limits protect your funds in case your account is compromised

***

## Receiving SOL

To receive SOL, share your **unique platform wallet address** with the sender.

1. Navigate to your **Wallet** section
2. Copy your **wallet address**
3. Share it with the sender

Your wallet address is a standard Solana wallet address and can receive SOL from any Solana-compatible wallet (Phantom, Solflare, etc.).

***

## Security Features

| Feature                    | Description                                    |
| -------------------------- | ---------------------------------------------- |
| **Daily transfer limits**  | Caps on how much SOL you can send per day      |
| **Weekly transfer limits** | Additional weekly caps for extra protection    |
| **2FA protection**         | Two-factor authentication on sensitive actions |

> ⚠️ All limits are in place from a **security standpoint**. While the platform implements security measures, no system is fully immune to risks. See our [Terms of Service](https://anoncoin.it/legal/terms) for full details.

***

Next → [Buy & Sell](/getting-started/buy-and-sell.md)


---

# 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.anoncoin.it/getting-started/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.
