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

# Bankr 지갑 스킬

> AI 에이전트에게 내장된 스왑, 가스 스폰서십, 토큰 런칭을 갖춘 크로스체인 지갑을 제공하는 스킬

Bankr 스킬은 AI 에이전트에게 Base, Ethereum, Solana, Polygon, Unichain에 걸친 자기 수탁 지갑을 제공합니다. 지원 체인에서는 가스가 스폰서되고, 스왑 도구가 네이티브로 거래를 처리하며, 에이전트는 토큰을 런칭하고 트레이딩 수수료를 통해 자체 컴퓨팅 비용을 충당할 수 있습니다.

## 설치

에이전트 채팅에서:

```text theme={null}
install the bankr skill from https://github.com/BankrBot/skills
```

그런 다음 [bankr.bot](https://bankr.bot)에서 전용 계정을 생성하고 [bankr.bot/api](https://bankr.bot/api)에서 API 키를 발급받으세요.

## 스킬이 포함하는 기능

| 기능           | 설명                                                |
| ------------ | ------------------------------------------------- |
| **크로스체인 지갑** | Base, ETH, Solana, Polygon, Unichain에서 자금 보유 및 이체 |
| **가스 스폰서십**  | 지원 체인에서 트랜잭션에 ETH 가스 불필요                          |
| **토큰 스왑**    | 지갑 기본 도구로 토큰 매매 — DEX 통합 불필요                      |
| **토큰 런칭**    | Base에서 토큰 배포 및 트레이딩 수수료 에이전트로 리디렉션                |
| **트레이딩 신호**  | `bankr-signals` 스킬을 통한 Base 네트워크 신호               |

## 예시 프롬프트

```text theme={null}
Buy $50 of ETH on Base
```

```text theme={null}
Swap 100 USDC for ETH at market price
```

```text theme={null}
Check my wallet balance across all chains
```

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

## 레퍼런스

* [Bankr 문서 →](https://docs.bankr.bot)
* [GitHub의 Bankr 스킬 →](https://github.com/BankrBot/skills)
