> ## 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 Agentic Wallet 지갑 스킬

> AI 에이전트에게 x402 결제가 내장된 Base의 이메일 인증 지갑을 제공하는 스킬

CDP Agentic Wallet 스킬은 AI 에이전트에게 이메일 OTP로 인증하는 Base의 관리형 지갑을 제공합니다 — 에이전트 컨텍스트에 개인 키가 없습니다. 스킬 번들에는 인증, 자금 충전, 전송, 트레이딩, x402 결제를 포함하는 7가지 기능이 포함됩니다.

## 설치

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

## 스킬이 포함하는 기능

| 스킬                    | 기능                                |
| --------------------- | --------------------------------- |
| `authenticate-wallet` | 이메일 OTP로 로그인 — 개인 키 불필요           |
| `fund`                | Coinbase Onramp를 통해 USDC 추가       |
| `send-usdc`           | Ethereum 주소 또는 ENS 이름으로 USDC 전송   |
| `trade`               | Base에서 토큰 스왑                      |
| `search-for-service`  | Bazaar 마켓플레이스에서 x402 호환 API 검색    |
| `pay-for-service`     | 유료 x402 요청 자동 처리                  |
| `monetize-service`    | 다른 에이전트가 요금을 지불할 수 있는 유료 엔드포인트 배포 |

## 예시 프롬프트

```text theme={null}
Sign in to my wallet with your@email.com
```

```text theme={null}
Send 10 USDC to 0xRecipientAddress
```

```text theme={null}
Trade 0.01 ETH for USDC
```

```text theme={null}
Find a 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
```

## 레퍼런스

* [CDP Agentic Wallet 문서 →](https://docs.cdp.coinbase.com/agentic-wallet/welcome)
* [스킬 레퍼런스 →](https://docs.cdp.coinbase.com/agentic-wallet/skills)
