# StableGift Gift Link Generator

> StableGift Gift Link Generator is a paid API for AI agents from stablegift.dev, paid per call via x402, $150/call, status unknown (last checked 2026-09-16).

Creates a Loop & Tie gift redemption link paid via x402 protocol on Base blockchain using USDC.

## Facts

- Endpoint: POST https://stablegift.dev/api/gift-link
- Price: $150/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablegift-gift-link-generator-85f53fc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fs0qsLmFdIF_vGk2GJXLu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablegift-gift-link-generator-85f53fc4 -d '<json body>'
```

Example prompt: Create a Loop & Tie gift redemption link for my colleague Sarah — I want to send her a $150 gift she can redeem for something she actually wants.

## When to prefer this

Use this endpoint when you need to programmatically create a gift redemption link backed by Loop & Tie's curated gift catalog and want to pay via x402/USDC on Base — ideal for automated gifting workflows, HR rewards, or crypto-native gift sending without manual intervention.

## Known failure modes

- Insufficient USDC balance for the $150 payment — payment rejected
- x402 payment protocol failure on Base network — transaction not confirmed
- Invalid recipient or gift parameters — 400 bad request
- Base network congestion causing payment timeout
- Loop & Tie API downstream failure — gift link not generated

## How this service works

Create Loop &amp; Tie gift redemption links with x402 payments on Base.

## Output

A Loop & Tie gift redemption link (URL) that the recipient can use to redeem a curated gift, generated after a $150 USDC x402 payment on Base is processed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "from": {
   "type": "string",
   "maxLength": 120,
   "minLength": 1,
   "description": "Sender display name shown to the recipient."
  },
  "message": {
   "type": "string",
   "maxLength": 500,
   "minLength": 1,
   "description": "Gift message shown to the recipient."
  },
  "collectionId": {
   "type": "string",
   "minLength": 1,
   "description": "Loop & Tie collection ID."
  },
  "recipientName": {
   "type": "string",
   "maxLength": 120,
   "minLength": 1,
   "description": "Recipient display name shown on the redemption page."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablegift-gift-link-generator-85f53fc4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablegift.dev](https://www.zero.xyz/host/stablegift.dev/llms.txt)
