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

# redeem_invite

> Redeem an invite code for free USDC.

The `redeem_invite` tool redeems an invite code to deposit USDC into your wallet on Base.

Equivalent CLI command: `npx agentcash redeem <code>`

## Parameters

<ParamField body="code" type="string" required>
  The invite code to redeem.
</ParamField>

## Response

<ResponseField name="amount" type="string">
  Amount of USDC deposited.
</ResponseField>

<ResponseField name="transaction" type="string">
  On-chain transaction hash on Base.
</ResponseField>

## Behavior

* Sends the invite code to the AgentCash redemption service
* Deposits USDC directly to your wallet on Base
* Returns the amount and transaction hash

<Warning>
  Invite codes are one-time use. Each code can only be redeemed once.
</Warning>

## Example

Ask your agent:

> Redeem invite code ABC123 with AgentCash.
