---
sidebar_position: 43
---

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

# `lium fund`

Fund your account with TAO from a Bittensor wallet.

```bash
lium fund [OPTIONS]
```

Run without flags for an interactive prompt that walks you through wallet, hotkey, and amount.

## Options

| Flag | Effect |
|------|--------|
| `--wallet, -w NAME` | Wallet name |
| `--hotkey, -h NAME` | Hotkey name |
| `--amount, -a AMOUNT` | Amount of TAO to transfer |
| `--yes, -y` | Skip confirmation |

## Examples

```bash
lium fund                                    # Interactive
lium fund -w default -a 10.0                 # Fund 10 TAO
lium fund -w mywallet -h hotkey1 -a 5.0 -y   # No prompts
```

## See also

- [`lium ps`](./ps) — see hourly burn rate after funding
