# Sending Coins

Send coins to any collector using their email address or wallet address. There are no gas fees — Numex covers transaction costs.

## How It Works

```mermaid
sequenceDiagram
    participant You
    participant Numex
    participant Recipient

    You->>Numex: "Send coin to alice@example.com"
    Numex->>Numex: Resolve email to wallet
    Numex-->>You: Confirm recipient
    You->>Numex: Confirm send
    Numex->>Recipient: Coin transferred
    Numex-->>You: Sent!
```

1. Go to a coin in your **Portfolio**
2. Click **Send**
3. Enter the recipient's **email** or **wallet address**
4. Confirm — the coin moves to their portfolio instantly

## Send by Email

You can send a coin to anyone by email, even if they haven't signed up yet:

* If they have a Numex account, the coin appears in their portfolio immediately
* If they're new, a wallet is reserved for their email — when they sign in, the coin will be waiting

## No Gas Fees

You never pay gas fees on Numex. All transaction costs are covered by the platform. Sending a coin is free for both the sender and recipient.

## Send by Wallet Address

If you know the recipient's wallet address (starts with `0x`), you can send directly to it. This works with any Ethereum-compatible wallet on Base.


---

# 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://numex-greenfield.gitbook.io/numex-docs/technology/email-wallets-gasless.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.
