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

# Alchemy Agentic Gateway 트레이딩 스킬

> x402 SIWE 인증을 통해 Alchemy의 블록체인 API — 토큰 잔액, NFT, 포트폴리오 데이터, 가격 — 에 접근하는 스킬

Alchemy Agentic Gateway 스킬은 에이전트에게 `https://x402.alchemy.com`에서 Alchemy의 향상된 블록체인 API — 토큰 잔액, NFT 메타데이터, 포트폴리오 데이터, 토큰 가격, 디코딩된 트랜잭션 기록 — 에 대한 접근을 제공합니다. Sign-In With Ethereum (SIWE)으로 인증하고 x402를 통해 호출별 결제를 처리합니다.

## 설치

```bash Terminal theme={null}
npx @alchemy/x402 wallet generate
```

그런 다음 스킬 설정에 따라 SIWE 인증 토큰에 서명합니다. 전체 설정 가이드는 아래 스킬 레퍼런스에 있습니다.

## 스킬이 포함하는 기능

| 데이터           | 설명                        |
| ------------- | ------------------------- |
| **토큰 잔액**     | Base의 모든 주소에 대한 ERC-20 잔액 |
| **NFT 메타데이터** | 토큰 속성, 이미지, 소유권           |
| **포트폴리오 데이터** | 메타데이터가 포함된 멀티체인 토큰 보유 현황  |
| **토큰 가격**     | 심볼별 현재 가격                 |
| **트랜잭션 기록**   | 디코딩된 자산 이체                |

## 예시 프롬프트

```text theme={null}
Check the token balances at 0xYourAddress on Base
```

```text theme={null}
Get the portfolio for 0xYourAddress across all chains
```

```text theme={null}
What's the current price of ETH and USDC?
```

```text theme={null}
Show me the NFTs owned by 0xYourAddress
```

## 레퍼런스

* [Alchemy Agentic Gateway 스킬 →](https://github.com/alchemyplatform/skills/tree/main/skills/agentic-gateway)
