---
name: check-my-funds
description: "See fund limits, remaining balances, and restrictions before you spend."
title: "Check your available funds"
url: https://agents.ramp.com/playbooks/check-my-funds
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Check your available funds

Before a purchase, know which fund to use and how much room you have left. Your agent lists your active funds with limits, balances, and restrictions — a quick pre-flight check that pairs well with policy questions.

## How to run

Identify which runtime you're operating in (Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity). Use the matching section below; ignore the others.

## Claude Desktop

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Claude Desktop ([connector directory](https://claude.ai/directory/61bac03c-3f98-4b3c-affb-1b99533fa82c))

Show me my active Ramp funds and what's left on each.

For each fund:
- Name, limit, and remaining balance
- Any restrictions that would affect a purchase
- Whether it can be used for agent card purchases

If I name a planned purchase amount or category, flag funds that would cover it.
Read-only — do not issue cards or move money.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))

Show me my active Ramp funds and what's left on each.

For each fund:
- Name, limit, and remaining balance
- Any restrictions that would affect a purchase
- Whether it can be used for agent card purchases

If I name a planned purchase amount or category, flag funds that would cover it.
Read-only — do not issue cards or move money.
```

## Claude Code

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Show me my active Ramp funds and what's left on each.

For each fund:
- Name, limit, and remaining balance
- Any restrictions that would affect a purchase
- Whether it can be used for agent card purchases

If I name a planned purchase amount or category, flag funds that would cover it.
Read-only — do not issue cards or move money.
```

## Codex

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Show me my active Ramp funds and what's left on each.

For each fund:
- Name, limit, and remaining balance
- Any restrictions that would affect a purchase
- Whether it can be used for agent card purchases

If I name a planned purchase amount or category, flag funds that would cover it.
Read-only — do not issue cards or move money.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))

Show me my active Ramp funds and what's left on each.

For each fund:
- Name, limit, and remaining balance
- Any restrictions that would affect a purchase
- Whether it can be used for agent card purchases

If I name a planned purchase amount or category, flag funds that would cover it.
Read-only — do not issue cards or move money.
```
