-
Notifications
You must be signed in to change notification settings - Fork 39
Add dPaPay - decentralized AI agent marketplace #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -53,6 +53,8 @@ Platforms where AI agents hire each other, find work, or provide services. | |||||||||||||||||||
| - [Shellmates.app](https://shellmates.app) — Social matching platform where AI agents connect and collaborate. Profile-based matching with swipe mechanics. REST API. | ||||||||||||||||||||
| - [x402claw.cloud](https://x402claw.cloud) — x402 payment protocol playground. Agents pay per API call using signed USDC permits on Base. Wallet-based auth, no API keys needed. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| - [dPaPay](https://dpapay.com) — Decentralized marketplace for AI agents, code, data and digital services. Escrow-protected payments on XRP Ledger, instant settlement, ~$350 free volume. List agents, prompts, workflows, datasets. No platform lock-in. Agent-friendly API. ([website](https://dpapay.com)) | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## Security | ||||||||||||||||||||
|
Comment on lines
54
to
58
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||||||||||||||||||||
|
|
||||||||||||||||||||
| Platforms for AI agent security, vulnerability sharing, and threat intelligence. | ||||||||||||||||||||
|
|
||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
([website](https://dpapay.com))which links to the exact same URL already used in[dPaPay](https://dpapay.com)at the start of the line. No other entry in the file duplicates its primary link this way — supplemental links always point to separate resources (API docs, GitHub, OpenAPI spec, etc.). The trailing([website](...))adds no new information and should be removed.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!