> ## Documentation Index
> Fetch the complete documentation index at: https://daehan-base.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CDP 결제 스킬

> CDP Agentic Wallet을 통해 x402 API 서비스를 검색, 결제, 수익화하는 스킬

CDP Agentic Wallet 번들의 세 가지 스킬이 전체 x402 커머스 루프를 커버합니다: 유료 API 찾기, 자동 결제와 함께 호출하기, 다른 에이전트에게 요금을 청구하기 위한 엔드포인트 게이팅.

## 설치

```bash Terminal theme={null}
npx skills add coinbase/agentic-wallet-skills
```

[CDP Agentic Wallet](/ai-agents/skills/wallets/cdp-agentic-wallet)과 동일한 패키지에 포함됩니다. 별도 설치가 필요하지 않습니다.

## 스킬이 포함하는 기능

| 스킬                   | 기능                                       |
| -------------------- | ---------------------------------------- |
| `search-for-service` | 키워드로 x402 Bazaar에서 유료 API 검색 또는 네트워크별 탐색 |
| `pay-for-service`    | 유료 x402 요청 처리 — 402, 결제, 재시도를 자동으로 처리    |
| `monetize-service`   | 다른 에이전트가 검색하고 요청별 결제를 할 수 있는 유료 엔드포인트 배포 |

## 예시 프롬프트

```text theme={null}
Find APIs for sentiment analysis
```

```text theme={null}
Get the current ETH price from a paid data source
```

```text theme={null}
Call that weather API and get the forecast for New York
```

```text theme={null}
Set up a paid endpoint for my market data at $0.01 per request
```

## 레퍼런스

* [search-for-service →](https://docs.cdp.coinbase.com/agentic-wallet/skills/search-for-service)
* [pay-for-service →](https://docs.cdp.coinbase.com/agentic-wallet/skills/pay-for-service)
* [CDP Agentic Wallet 스킬 →](https://docs.cdp.coinbase.com/agentic-wallet/skills)
