> ## 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 inspect

> Print a snapshot of a single position.

```
inspect position <tokenId>
```

Reads a position and prints its current state, pair, fee tier, range,
current price, and an in-range / out-of-range flag.

This is the same data Scout would surface to the rest of the debate
during a `plan`, but stops there. No proposal. No critique. No plan id.

## Example

```
$ inspect position pos_4f2a3b

  position    WETH / USDC 0.05%
  range       2,190.79 to 2,421.19   out of range
  current     2,438.19
  liquidity   3.42 WETH + 0 USDC
```

## When to use it

* Before recommendation, to confirm you're targeting the right position.
* As a quick health check across many positions in a script.
* When debugging, `inspect` is a direct read and does not invoke the AXL mesh.
