wallet

wallet

starchild-ai-agent 18 ↓ 8.6k updated 25d ago
Claude Code
View source ↗

What it does

  • Policy default: OFF (allow-all). Only when policy is enabled do transactions need UI confirmation.
  • Balance sources: DeBank (EVM), Birdeye (Solana), wallet-service (fallback). DeBank/Birdeye keys are auto-injected by sc-proxy.
  • Policy proposal goes through the frontendaction tool — needs an active SSE session (won't work from a background task).
  • walletbalance requires chain — use walletgetallbalances for discovery.
  • For both EVM + Solana policy, call frontendaction TWICE (one per chaintype).

Requirements & configuration

  • — it needs to render a confirmation card in the UI, so it goes through the native
  • Amounts are in wei for EVM (wallettransfer / walletsigntransaction). 0.01 ETH = 10000000000000000. For ERC-20 token sends, amount is 0 (native) and the transfer is encoded in data calldata.
  • Gas is sponsored by default on EVM chains — user doesn't need native tokens for gas. Falls back to user-paid if unavailable. Pass sponsor=False to pay gas from wallet balance.
  • Policy default: OFF (allow-all). Only when policy is enabled do transactions need UI confirmation.
  • | TX methods need conditions | ethsendTransaction, ethsignTransaction, ethsignTypedDatav4, ethsignUserOperation, signAndSendTransaction, etc. ALL require ≥1 condition |

Configuration: DENYALLOW

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

wallet FAQ

What does the wallet skill do?

| Multi-chain wallet: EVM and Solana balances, transfers, signing, and policy. Policy default: OFF (allow-all). Only when policy is enabled do transactions need UI confirmation. Balance sources: DeBank (EVM), Birdeye (Solana), wallet-service (fallback). DeBank/Birdeye keys are auto-injected by sc-proxy.

What does wallet require?

— it needs to render a confirmation card in the UI, so it goes through the native Amounts are in wei for EVM (wallettransfer / walletsigntransaction). 0.01 ETH = 10000000000000000. For ERC-20 token sends, amount is 0 (native) and the transfer is encoded in data calldata. Gas is sponsored by default on EVM chains — user doesn't need native tokens for gas. Falls back to user-paid if unavailable. Pass sponsor=False to pay gas from wallet balance. Policy default: OFF (allow-all). Only when policy is enabled do transactions need UI confirmation. | TX methods need conditions | ethsendTransaction, ethsignTransaction, ethsignTypedDatav4, ethsignUserOperation, signAndSendTransaction, etc. ALL require ≥1 condition | Configuration keys: DENY, ALLOW.

How do I install wallet?

Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill wallet --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.

Maintain wallet?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

wallet on getagentictools
[![wallet on getagentictools](https://getagentictools.com/badge/skills/starchild-ai-agent-official-skills-wallet.svg)](https://getagentictools.com/skills/starchild-ai-agent-official-skills-wallet?ref=badge)
npx agentictools info skills/starchild-ai-agent-official-skills-wallet

The second line is the CLI lookup for this page — handy in READMEs and docs.