> ## Documentation Index
> Fetch the complete documentation index at: https://zuno-fb55ec99.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Zuno wallet

> Manage the Turnkey-backed agent wallet.

```
create my zuno wallet
show my zuno wallet
fund my zuno wallet
what's my zuno wallet balance
inspect my positions
```

Zuno works through an agent wallet backed by Turnkey. The user's main wallet
stays separate; the Zuno wallet is the wallet that holds execution funds,
interacts with Uniswap, and signs after explicit approval.

## Example

```
$ inspect my positions

  42   WETH / USDC   0.05%   out of range
  77   WETH / USDC   0.05%   in range
```

## Notes

* Output includes a quick range indicator. Use `inspect position <id>` for
  the full snapshot.
* Position reads are direct viem reads. Recommendations run the
  Scout → Strategist ↔ Critic → (Arbiter on deadlock) debate over AXL
  when the mesh is online.
* The terminal never receives or stores raw private keys. Turnkey holds
  the wallet's signing key inside its secure enclave; the CLI holds only
  short-lived (1h) session API credentials. See
  [Architecture / Execution and signing](/architecture/execution) for
  the full pipeline from `apply` to on-chain submission, including the
  policy gate that runs before Turnkey ever sees the request.
