惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
V
Visual Studio Blog
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
C
Check Point Blog
D
Docker
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
博客园 - 叶小钗
博客园 - 聂微东
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
腾讯CDC
S
SegmentFault 最新的问题
博客园 - 【当耐特】

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Someone just raised $25M for atomic settlement. Here's wh...
Baris Sozen · 2026-05-15 · via DEV Community

A $25M vote of confidence in a primitive

This week, Portal to Bitcoin raised $25M to build an "atomic OTC desk" — HTLC-based, non-custodial, cross-chain settlement aimed at institutions and large block trades, with Coinbase Ventures, OKX Ventures, and Arrington Capital among the backers.

If you've been building in this space, the interesting part isn't the competitive framing. It's the validation. The thesis that atomic, trust-minimized settlement is real infrastructure — not a whitepaper, not a research curiosity — just got capitalized by people who price these things for a living. That's a good day for everyone working on the same primitive.

It also makes this a good moment to be precise. "Atomic" is one of the most over-used words in crypto, and a funded category is exactly when the word starts getting stretched. So: what does atomic actually require, and what does an agent-native version of it add?

What "atomic" actually requires

Atomic has a hard technical meaning, borrowed from databases: a set of operations either all complete, or none of them do. There is no intermediate state where the system is half-done.

For a cross-chain trade, that means: either both legs settle — you get the asset you bought and the counterparty gets theirs — or neither does, and both sides keep what they started with. Critically, there is no window where one party has delivered and the other hasn't. That window is where counterparty risk lives, and "atomic" is precisely the claim that the window doesn't exist.

A Hashed Timelock Contract (HTLC) enforces this with two ingredients:

  1. A hashlock. Funds on both chains are locked against the hash of a secret. Revealing the secret to claim one side mathematically exposes it, which lets the counterparty claim the other side. One reveal unlocks both legs.
  2. A timelock. If the secret is never revealed, both locks expire and both sides refund automatically. The failure mode is "everyone gets their money back," not "someone is stuck."

The result: the trade either fully completes or fully unwinds. No bridge minting a wrapped IOU. No custodian holding both sides "for a moment." No relayer you have to trust not to run. The guarantee is structural, not reputational.

This is the part Portal and Hashlock Markets genuinely agree on, and it's worth saying plainly: HTLC-based settlement is the honest version of cross-chain trading. Most "atomic swaps" you see advertised are actually optimistic bridges — lock-and-mint with a challenge period — and the difference matters the first time a challenge period gets gamed.

Where the word gets stretched

Three things commonly get marketed as "atomic" that aren't:

  • Optimistic bridges. Funds are locked, a wrapped asset is minted, and a fraud window protects you — until it doesn't. The honeypot is the locked collateral.
  • Custodial settlement. A trusted intermediary holds both sides and releases them together. The atomicity is real, but it's enforced by the custodian's solvency and honesty, not by cryptography.
  • Fast sequential routing. Two transactions that happen quickly are still two transactions. If the second reverts, the first already happened.

A real atomicity claim should survive the question: what happens if the most adversarial party in the trade does the worst possible thing at the worst possible time? HTLCs answer that with "everyone refunds." Most of the alternatives answer it with "you file a support ticket."

Two directions from the same primitive

So Portal and Hashlock Markets start from the same place — HTLC, non-custodial, cross-chain — and then point it at different users.

Portal is building for institutional desks. Humans, large block trades, a BTC-centric federation model, an L3 for scaling. That's a coherent bet: there's real money in moving large blocks without a custodian, and institutions are the buyers who feel custody risk most acutely.

Hashlock Markets points the same primitive at agents. The settlement layer is exposed as an MCP server — six tools — that an AI agent calls directly. There's no desk, no portal to log into, no human in the settlement loop. An agent constructs a request-for-quote, receives sealed bids, and the winning bid settles over an HTLC — RFQ and settlement fused into one operation.

The difference isn't the cryptography. It's the caller. Portal's caller is a trader at a terminal. Our caller is a process — a LangChain or CrewAI or AutoGen agent that needs to exchange value with another agent across chains and cannot, by construction, trust it.

That's why "agent-native" isn't a marketing skin on top of an OTC desk. The interface is the product decision. An OTC desk assumes a human reads quotes, judges counterparties, and clicks. An MCP tool assumes a model does all of that programmatically, which means the counterparty model, the quote format, and the settlement call all have to be machine-legible from the start.

What agent-native settlement adds

Three things, concretely:

  1. A callable interface. The MCP server (hashlock-tech/mcp, scoped on npm) gives an agent the settlement primitive as a tool, not a website. This is the difference between "an agent could theoretically use this" and "an agent can use this in the next token."
  2. Sealed-bid RFQ. Price discovery without front-running. The agent broadcasts what it wants, makers bid blind, and the best bid settles atomically. No orderbook to snipe, no mempool to watch.
  3. Multi-chain scope. ETH is live end-to-end on the backend today. SUI contracts are deployed and CLI-tested; BTC is validated on signet with mainnet pending. The roadmap adds Base, Arbitrum, Solana, and TON. The cross-chain examples in our docs — say, a three-leg BTC→ETH→SUI route — are illustrative of the primitive's shape, not a claim that every leg is customer-ready today. We'd rather be precise about that than stretch the word "live."

The honest limitations

Agent-native settlement is not free of tradeoffs, and a funded competitor is a good reason to be candid about them:

  • HTLCs cost latency. The hashlock/timelock dance is slower than a custodian saying "done." For large institutional blocks where settlement finality in minutes is fine, that cost is invisible. For high-frequency agent activity, it's a real design constraint.
  • Liquidity has to show up. Sealed-bid RFQ only works if makers bid. A settlement primitive doesn't manufacture counterparties; it makes the trade safe once they exist.
  • The agent economy is early. We'll say the quiet part plainly: the rails are ready, the trains are still arriving. We're not going to claim agent customers we don't have. What we can claim is that when agents do need to settle cross-chain trustlessly, the primitive is built, audited-hardened, and callable.

Portal's $25M says the institutional-human version of this market is real enough to fund. Our bet is that the agent-to-agent version is the larger surface over a longer horizon — and it needs the same atomic guarantee, just exposed to a different kind of caller.

The open question

Here's what we're actually unsure about, and we'd like the answer from people building agents in production:

As atomic settlement becomes a funded category, who ends up calling it most — a human on a desk, or an agent through an API?

If you're building agent infrastructure and have a view, reply here or open an issue on the repo. We read all of it.


Hashlock Markets — the atomic settlement layer for the agent economy. Sealed-bid RFQ plus HTLC settlement, no bridges, no custodians.