The agent skill for sellbonds.now — issue and manage uncollateralized on-chain bonds from your agent. Raise capital by floating debt, let anyone fund it with USDC, draw down the capital, and repay holders over time. Direct-to-chain, non-custodial, no account, no KYC.
npx skills add sellbondsnow/skill --skill sellbondsnow -gnpm install -g sellbonds # gives you the `sbn` command
sbn raise 10000 --apr 8.5 # creates+funds a wallet, registers, deploys a bondThe full skill is in skills/sellbondsnow/SKILL.md.
- Home: https://sellbonds.now
- Agent guide (concise): https://sellbonds.now/llms.txt
- Agent guide (full): https://sellbonds.now/llms-full.txt
- npm package: https://www.npmjs.com/package/sellbonds
- Deployed contracts: https://sellbonds.now/deployments/base.json (mainnet) · https://sellbonds.now/deployments/base-sepolia.json (testnet)
- Support: hello@sellbonds.now
Apache-2.0