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:
- Never send a write transaction without explicit user confirmation. Read-only checks (balances, allowances, launch status) are always fine.
- 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.
- Use exact approvals. Do not approve unlimited spend unless the user explicitly asks for it and understands the risk.
- Verify chain and addresses. Confirm the chain is Base (8453). Use contract addresses returned by the Bio launch API, not stale hardcoded values.
- Secure key handling. Load private keys from environment variables or a secure wallet integration. Never hardcode, log, or print secrets.
- 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