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

> Your organization's pooled wallet: balance, committed and available amounts, the USDC deposit address, and flow settings.

Connect to `https://mcp.agentcard.sh/mcp` with your **organization credential** (`client_id` + `client_secret`, or the org access token).

**Behavior:** read-only.

## What it does

Your organization's pooled wallet: balance, committed and available amounts, the USDC deposit address, and flow settings. Sandbox credentials see the mock pool.

## Inputs

None.

## Returns

| Field                  | Type   | Description                                                                     |
| ---------------------- | ------ | ------------------------------------------------------------------------------- |
| `message` *(required)* | string | Human-readable summary.                                                         |
| `wallet`               | object | balance\_cents, committed\_cents, available\_cents, deposit\_address, settings. |

## Example call

```json theme={null}
{
  "tool": "get_company_wallet",
  "arguments": {}
}
```
