SShortSingh.
Back to feed

Ophis Launches Intent-Based DEX Aggregator With AI Agent Support and MEV Protection

0
·6 views

Ophis is a newly launched decentralized exchange aggregator that lets users and AI agents execute on-chain token swaps by stating a plain-language intent rather than manually configuring routes, slippage, or gas. Built as a fork of CoW Protocol, it uses a batch-auction settlement mechanism that structurally eliminates sandwich attacks and front-running by clearing all trades in a batch at a single uniform price. The platform is gasless and non-custodial, meaning users sign orders via their own wallets and solvers handle execution costs. Any price improvement achieved by competing solvers is returned in full to the user, with Ophis charging a flat fee of 0.10% on most swaps and 0.01% on same-chain stablecoin pairs. Ophis ships with a TypeScript SDK and a keyless Model Context Protocol server, is open source, and is currently live on approximately twelve EVM-compatible chains with a self-hosted deployment on Optimism.

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 ·

Qodo Emerges as a Top AI Code Review Tool for VS Code Users

A hands-on review published on DEV Community on July 9 highlights Qodo as a standout AI-powered code review tool for Visual Studio Code. The tool is designed to boost developer productivity by automating and improving the code review process. Writer Anthony Max evaluated Qodo's features in a practical, real-world context targeting web developers and programmers. The article, which takes approximately four minutes to read, received strong community engagement with 110 reactions and multiple comments.

0
ProgrammingDEV Community ·

How developers can cap costs when AI agents query large data warehouses autonomously

Autonomous AI agents can answer complex business questions by querying databases and iterating through trial-and-error, but this loop can become extremely expensive on large platforms like BigQuery. Unlike human analysts who scope queries carefully, agents may run unoptimized scans across entire columns, with a single 100TB query potentially costing over $600 at standard pricing. A developer using Google's Antigravity SDK and the Data Agent Kit built a cost-safe agent with two guardrails: one that dry-runs every query before execution to block oversized scans, and another that pauses the agent for human approval once token spending crosses a set budget. The post highlights that common assumptions — such as LIMIT clauses reducing scan costs — are false in columnar databases like BigQuery, where charges are based on bytes read rather than rows returned. The guardrails aim to make autonomous data agents practical in production environments without exposing organizations to runaway infrastructure costs.

0
ProgrammingDEV Community ·

Multi-Tenancy Explained: How One App Serves Many Businesses Securely

Multi-tenant architecture allows a single software system to serve multiple independent customers, called tenants, from a shared infrastructure while keeping their data strictly isolated. The most common approach uses shared database tables where every row is tagged with a tenant_id column to identify which tenant owns each piece of data. Engineers must layer multiple isolation mechanisms — including middleware, API gateways, and encryption — to ensure no tenant can access another's data. Supporting principles such as load balancing, idempotency, and dependency injection work together to keep the system reliable and maintainable at scale. Compared to single-tenant systems, multi-tenancy reduces infrastructure costs and maintenance overhead, though it demands significantly more engineering discipline to implement correctly.

0
ProgrammingHacker News ·

The Hidden Reasons Behind America's Sky-High Ambulance Costs

Ambulance rides in the United States are widely known to be among the most expensive emergency services a patient can receive. A blog post by David Oks examines the structural and financial factors that drive these high costs. The piece explores issues such as billing practices, insurance gaps, and the economics of running emergency medical services. The discussion has drawn attention on Hacker News, prompting public debate about the affordability of emergency healthcare in America.