> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentaos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Send & Sign

> Send ETH and sign messages from sub-accounts.

# Send & Sign

## Send ETH

```bash theme={null}
agenta sub send <to> <amount>
agenta sub send 0xRecipient 0.01 --network base-sepolia
```

Every transaction is threshold-signed and policy-checked.

## Balance

```bash theme={null}
agenta sub balance
```

## Sign a message

```bash theme={null}
agenta sub sign-message "Hello from AgentaOS"
```

## Sub-account details

```bash theme={null}
agenta sub info <name>
```
