SShortSingh.
Back to feed

AgentTrust Lets AI Agents Hire, Evaluate, and Pay Workers via XRPL Escrow

0
·2 views

A developer behind AgentTrust (Boxclever Media Ltd) has published a technical walkthrough of an automated hire-to-pay loop built on the XRP Ledger, exposed as an MCP server. The system allows AI coding agents to post tasks, receive deliverables, and trigger on-chain payments only when an AI referee scores the work as passing. Payment is handled through XRPL's native crypto-condition escrow, which locks XRP and releases it automatically upon a PASS verdict, without requiring human approval at each step. The tool integrates with MCP-compatible clients such as Cursor and Claude Desktop, and a live mainnet test confirmed a full escrow cycle — lock, evaluation, and release — for 0.1 XRP. The project is open source and also available as an npm SDK for Node.js developers.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Jev AI Framework Offers Type-Safe Decisions via LangChain and Vercel AI Gateway

Jev is a decision-making AI framework developed by TypeSafe, designed to evaluate a given state and return typed decisions with probability scores rather than generating free-form text. It is built for tasks like classification, prioritization, and routing, and benchmarks published by TypeSafe claim it delivers up to 193.6x faster responses and 444.6x lower costs compared to reference models. The framework offers three core primitives — Noul, Choice, and Score — each suited to different decision types such as binary conditions, category selection, and ordered scale measurement. Developers can integrate jev with LangChain through the Vercel AI Gateway, and an installable skill called jev-ai-gateway-langchain is available to help AI coding agents configure the setup automatically. The article provides a technical walkthrough of how to structure requests, define questions, and handle parallel evaluations within a LangChain-based application.

0
ProgrammingDEV Community ·

Enterprise Breach Exposes Admin Credentials on Dark Web, Turning IT Crisis Personal

A technology leader recounts how a major corporate data breach in early 2026 escalated beyond a typical incident response scenario. The compromise exposed unencrypted administrative credentials, corporate email repositories, and sensitive identity data on dark web platforms. Unlike standard breaches, the leak of highly privileged personal and professional information made the crisis deeply personal for those affected. The incident highlights how enterprise data failures can blur the line between organizational and individual harm, particularly for staff with elevated system access.

0
ProgrammingDEV Community ·

Hacktoberfest 2026 Drops PR Quota Model, Shifts to In-Person Community Events

Hacktoberfest 2026 has overhauled its format, moving away from the pull-request quota system that had encouraged spam contributions driven by AI tools. The revamped event, run by Major League Hacking and DEV in partnership with DigitalOcean, now centres on one-day in-person gatherings called Fests, where participants collaborate on open-source and open-weight AI projects. Physical T-shirts will only be available at these in-person events and are not guaranteed, while online participants can earn a Swag Envelope of stickers once participation milestones are announced. An online participation path does exist, though its specific requirements have not yet been published. The changes are aimed at reducing maintainer burnout and making open-source contribution more community-driven rather than metric-focused.

0
ProgrammingDEV Community ·

How fixing checkout load order boosted infoproduct conversions by 10% in one month

A digital product checkout was silently failing during influencer-driven traffic spikes, causing payment sessions to time out before completing — losses that went undetected in the back office. The root cause was not a flawed campaign but a bloated JavaScript bundle in the payment step that could not handle sudden concurrent loads on mobile 4G connections. Using Sentry for observability, the team spent weeks mapping the exact moment between a user clicking 'pay' and payment confirmation, cross-referencing failures with campaign peak times. Only after clearly identifying where sales were dying did the team make targeted changes, including on-demand code loading, a leaner page, and closer server proximity. The structured diagnostic approach — asking precise questions before reaching for tooling or stack migrations — resulted in a 10% conversion increase within a single month.