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

# Balance

> Learn more about the /balance command.

## Commands

Balance commands are used to check your points, token, or NFT balance.

<Tip>
  Instead of using commands, you can ask [Flippy](/flippy/introduction#who-is-flippy) in chat to check or display your balance.
</Tip>

### `/balance tokens`

This command will display your Flipwallet token balance.

<Accordion title="Command arguments">
  <ParamField body="chain" type="string">
    If you want to check token balance for a single chain, enter one of the [supported chains](https://flipsuite.xyz/tokens) here.
  </ParamField>

  <ParamField body="public" type="boolean" default={false}>
    Whether to display your balance as a public message or not.
  </ParamField>
</Accordion>

<Frame caption={"Example **/balance tokens** command output"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/balance.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=40b26dd649d1f48d1e3ade13eaa0d76f" className="rounded-lg" width="500" height="690" data-path="images/flipwallet/balance.png" />
</Frame>

### `/balance nfts`

This command will display your Flipwallet NFT inventory.

<Accordion title="Command arguments">
  <ParamField body="chain" type="string">
    If you want to check NFT inventory for a single chain, enter one of the [supported chains](https://flipsuite.xyz/tokens) here.
  </ParamField>
</Accordion>

<Frame caption={"Example **/balance nfts** command output"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/inventory.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=34f27e74b66c55a5226b7277f34f9289" className="rounded-lg" width="485" height="371" data-path="images/flipwallet/inventory.png" />
</Frame>

You can inspect NFTs in your inventory by selecting them in the dropdown.

<Frame caption={"Viewing NFT details in the inventory"}>
  <img src="https://mintcdn.com/flipsuite/NgsjeEOhwOTbzIyY/images/flipwallet/inventory-inspect.png?fit=max&auto=format&n=NgsjeEOhwOTbzIyY&q=85&s=1a6ac523017ab566f89a8aadfebeaab6" className="rounded-lg" width="445" height="632" data-path="images/flipwallet/inventory-inspect.png" />
</Frame>

### `/balance points`

This command will display your cross-server [points](/points/introduction) balance.

<Accordion title="Command arguments">
  <ParamField body="public" type="boolean" default={false}>
    Whether to display your balance as a public message or not.
  </ParamField>
</Accordion>

<Frame caption={"Example **/balance points** command output"}>
  <img src="https://mintcdn.com/flipsuite/cteL4OhnfnEB4hyn/images/flipwallet/points-balance.png?fit=max&auto=format&n=cteL4OhnfnEB4hyn&q=85&s=d0dd95226a63ec25c53215853c0ede3f" className="rounded-lg" width="551" height="271" data-path="images/flipwallet/points-balance.png" />
</Frame>
