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

# get_wallet

> Show the agent funding wallet and its balance.

Returns the agent's USDC funding wallet, provisioning one automatically on first use. Use it to check the balance before creating cards or after adding funds; the user pays in USD and the funds are held as USDC.

## Parameters

This tool takes no parameters.

## Returns

The wallet's balance and status, plus a reminder that funds can be added with [fund\_wallet](/companies/mcp/tools/fund_wallet). While a deposit is still clearing on-chain, the response shows a separate "Confirming" amount for about a minute; do not add more funds during that window. If no wallet exists yet, one is provisioned first and the response notes that it was just created.

## Example

```json theme={null}
{ "name": "get_wallet", "arguments": {} }
```
