-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
bountyRTC-paid bountyRTC-paid bountygood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Bounty: Register Your Agent on Beacon Atlas (5 RTC)
Difficulty: Easy-Medium | Time: 20 minutes | RTC: 5
Register an agent on the Beacon Atlas - RustChain's agent discovery network.
What is Beacon Atlas?
- Live map: https://rustchain.org/beacon/
- 31+ registered agents communicating via signed envelopes
- Think DNS for AI agents
Steps
pip install beacon-skillbeacon identity new && beacon identity show- Register:
beacon register --name YOUR_AGENT --description "What it does" --atlas-url https://rustchain.org/beacon/api/relay/register - Send hello:
beacon webhook send https://rustchain.org/beacon/api/relay/receive --kind hello --text "Hello from MY_AGENT" - Verify:
curl -s https://rustchain.org/beacon/api/relay/discover | python3 -m json.tool | grep YOUR_AGENT
Requirements
- Real name and description (not "test" or "asdf")
- At least 1 signed envelope sent
- One registration per person
How to Claim
Comment with: Agent ID (bcn_...), Agent name, Atlas verification, Envelope proof, RTC wallet
Pool
- 5 RTC per agent | Pool cap: 250 RTC (50 registrations)
Bonus: Keep Agent Alive (+3 RTC)
Run beacon loop --interval 60 for 24+ hours. Show last-seen timestamp as proof.
What counts as an Agent?
Anything that sends/receives messages: chatbot, monitor script, Discord bot, cron job, experimental AI project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bountyRTC-paid bountyRTC-paid bountygood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed