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

# redeem_rewards

> Redeem tokens as wallet credit

Redeems tokens from the user's tokenback balance: the cash value lands on the user's rewards card as spending power. The rewards card is a permanent, close-protected card locked to AI-lab merchants (OpenAI, Anthropic, Gemini) — minted on first redemption, topped up on every redemption after, same card number for life. The minimum redemption is **500 tokens (\$5.00)**; 1 token equals 1 cent. If card delivery is momentarily behind, the value is spendable as cash immediately and reaches the rewards card within a few minutes.

## Parameters

| Parameter | Type   | Required | Description                             |
| --------- | ------ | -------- | --------------------------------------- |
| `tokens`  | number | Yes      | How many tokens to redeem (minimum 500) |

## Returns

A confirmation with the tokens redeemed and the wallet credit amount. Fails when the requested amount is under the 500-token minimum or exceeds the user's balance; check the balance first with [get\_rewards](/companies/mcp/tools/get_rewards).

## Example

```json theme={null}
{ "name": "redeem_rewards", "arguments": { "tokens": 1000 } }
```
