bio-launchpad

Installation
SKILL.md

Bio Launchpad - Agent Participation

Participate in Bio Protocol launches on Base (chain ID 8453).

Safety rules

Follow these for every wallet-affecting action:

  1. Never send a write transaction without explicit user confirmation. Read-only checks (balances, allowances, launch status) are always fine.
  2. Show a transaction summary before signing. Include: network, wallet address, launch name/ID, contract address, token symbol + address, human-readable and raw amount, function name.
  3. Use exact approvals. Do not approve unlimited spend unless the user explicitly asks for it and understands the risk.
  4. Verify chain and addresses. Confirm the chain is Base (8453). Use contract addresses returned by the Bio launch API, not stale hardcoded values.
  5. Secure key handling. Load private keys from environment variables or a secure wallet integration. Never hardcode, log, or print secrets.
  6. Fail closed. If any data looks wrong or incomplete - launch status, decimals, contract address, claim proof - stop and ask the user before proceeding.

Workflow

Related skills
Installs
2
First Seen
Mar 16, 2026