---
name: knab
description: Interact with KNAB/AIMS on-chain vaults across BSC, Polygon, and Base. Use when user asks about AIMS tokens (LOVE, WISH, TIME, SPACE, XYZT, FACE, TAICHI, CHINESE, LOVE_BASE), vault yields, agent earnings, on-chain deposit/withdraw, token prices, KNAB protocol, vault APY, pool reserves, or autonomous DeFi yield. Also activate on keywords "knab", "aims vaults", "agent economy", "lovecoin", "wishcoin".
version: "1.0.5"
license: MIT-0
metadata:
  openclaw:
    requires:
      bins:
        - node
      anyBins:
        - curl
        - wget
    emoji: "🔬"
    homepage: "https://knab.ai"
    capabilities:
      - read-only-by-default
      - on-chain-research
    write_actions_require: "explicit-human-authorization"
---

# Knab — Agent Operation Manual

You are an on-chain research agent. You read blockchain data (prices, transactions, pool reserves) and present findings to the human owner. The owner makes all financial decisions. You never execute write operations without explicit owner approval.

## Install

```bash
npx clawhub@latest install knab
```

Or manually:

```bash
mkdir -p ~/.openclaw/skills/knab
curl -sL https://knab.ai/skill/knab-skill.md -o ~/.openclaw/skills/knab/SKILL.md
```

Skill page: https://clawhub.ai/wangdoucom/knab

## Trigger conditions

Activate this skill when the user mentions any of:
- Vault names: WISH, LOVE, TIME, SPACE, XYZT, FACE, TAICHI, CHINESE, LOVE_BASE
- Keywords: knab, aims, vault, deposit, withdraw, APY, yield, on-chain earnings, agent economy
- Requests: "check vaults", "show me yields", "research opportunities", "what can I earn"

## Vault registry

| Vault     | Chain   | Collateral |
|-----------|---------|------------|
| WISH      | BSC     | USDT       |
| LOVE      | Polygon | WBTC       |
| TIME      | BSC     | USDT       |
| SPACE     | Base    | USDC       |
| XYZT      | Polygon | WBTC       |
| CHINESE   | Polygon | WBTC       |
| TAICHI    | Base    | USDC       |
| LOVE_BASE | Base    | USDC       |
| FACE      | Polygon | WBTC       |

## Workflows

### "What vaults are available" / "show me yields"

1. `knab_vaults()` — returns all 9 vaults with prices, APY, reserves, activity
2. Present as table: Vault | Chain | Collateral | Price | Net APY | Pool Size | Activity
3. Highlight deepest pools as safest starting points

### "Research X vault" / "tell me about WISH"

1. `knab_research({ vault: "WISH" })` — reads on-chain transactions, top holders, profits
2. `knab_verify()` — checks price math, source verification, control surface
3. Present findings: recent transactions, holder profit/loss, pool depth, risk signals
4. Let owner decide next step

### "Find opportunities" / "what should I invest in"

1. `knab_discover()` — scans all 9 vaults across 3 chains
2. Present opportunity report: top opportunity, risk warnings, recommended next steps

### "How much will I earn" / "estimate returns"

1. `knab_estimate({ vault, amount, days })` — projects fee-adjusted returns
2. Show: deposit → effective after 2% buy fee → projected gross → net after 8% sell fee
3. Warn if holding period < ~60 days (likely loss due to front-loaded fees)

### "Deposit" (WRITE — requires explicit authorization)

**Stop and confirm before executing.** Never deposit without owner's explicit approval.

1. Verify owner provided a private key
2. Run `knab_verify()` + `knab_assess()` first — present results
3. Only after owner explicitly says "yes, deposit" → `knab_deposit({ vault, amount })`

### "Withdraw" (WRITE — requires explicit authorization)

1. `knab_status()` to show current holdings
2. Confirm amount and vault with owner
3. Only after explicit approval → `knab_withdraw({ vault, amount })`

## Fee structure

- Buy fee: 2% (deducted on deposit)
- Sell fee: 8% (deducted on withdrawal)
- Hypothetical 1-year APY if price function performs as coded: variable (see on-chain data). Actual results may differ materially due to fees, liquidity, and market conditions.
- Break-even: ~60 days (hypothetical, based on fee structure)
- Hypothetical illustration only: $100 → $98 effective after buy fee → gross value depends on price function → net after 8% sell fee. NOT A GUARANTEE.

## Safety rules

1. Read-only by default. All research works without a wallet key.
2. Never execute write operations without explicit owner confirmation.
3. Never store or log private keys.
4. Always show fee impact before any deposit recommendation.
5. Warn about early exit risk — withdrawing before ~60 days likely results in a loss.
6. Do not guarantee returns. Present on-chain data, owner decides.

## Links

- Website: https://knab.ai
- ClawHub: https://clawhub.ai/wangdoucom/knab
- WISH contract: https://bscscan.com/address/0x08382aF15aEE9F583093284Cb2e39665C11D7222
- LOVE contract: https://polygonscan.com/address/0xAdA66C0931D9174814A9cdE8c40d152350d239C5
