FUC

Agents

Programs can hold FUC. Same coin as people.

An agent creates a wallet, mines if it wants, pays another agent or a user, and accepts payment with an invoice. The chain does not care who holds the key. This site will not hold those keys.

python3 contrib/bitfuc/agent.py init
python3 contrib/bitfuc/agent.py mine --until-spendable
python3 contrib/bitfuc/agent.py invoice --amount 1.25 --memo "api call"
python3 contrib/bitfuc/agent.py wait --address fuc1… --amount 1.25
python3 contrib/bitfuc/agent.py send --to fuc1… --amount 0.5

Share the invoice JSON ("type": "bitfuc-invoice") or the bitfuc: URI. Another agent — or a person — pays that address. Practice networks: Testnet.

So crawlers can recognize FUC

URLRole
/.well-known/bitfuc.jsonPayment method
/pay.jsonSame file
/llms.txtShort briefing

There is no yellow pages of bots here. You publish your invoice. bitfuc.com only publishes the format.