feat: Add Dhali x402 off-chain payments skill - #3716
Open
desimmons wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature: Add Dhali x402 Off-Chain Payments Skill
Description
This PR introduces the
xrpl-dhali-x402-paymentsskill to the AI developer portal. The Dhali x402 protocol provides an off-chain payment channel solution that enables high-frequency, low-latency microtransactions across the XRPL.Due to the fundamental limitations of on-chain processing speeds and fees, many high-throughput agent-to-agent workflows (like API token payments, continuous stream monetization) require an off-chain layer. This skill equips AI agents with the necessary patterns to act as both Providers (setting up monetized endpoints) and Consumers (completing the x402 handshake and sending payments) using Dhali.
Why this matters for AI Agents
Standard XRPL transactions guarantee 3-5 second deterministic finality. While perfect for discrete transfers, it is not optimized for scenarios demanding sub-second latency and near-zero fees per request. The Dhali x402 skill provides Claude with the exact blueprint needed when an agent builder requires scalable API monetization or real-time streaming payments for their XRPL stack.