July 2026
LaunchFeatureDocs
Confidential Intents B2B launch
Confidential Intents is live for B2B partners. Confidential swaps execute on a private chain with shielded balances and settle back to public NEAR through the Private PoA Bridge.Confidential Intents
Two-chain architecture, shield and unshield flows, versioned nonces, and the solver response format.
Changelog on the docs website
This changelog is now part of the docs site. New features, API changes, and launches land here as dated entries.Changelog
Bookmark this page to track what’s new in NEAR Intents.
WebSocket-only whitelisted solvers on Confidential Intents
Solver access on the confidential relay is now gated by an allowlist. Whitelisted solvers connect over WebSocket only, subscribing to relay streams and responding with signed quotes; solvers not on the list are denied entirely.Private Relay
Whitelisted solvers receive quote requests and respond via
quote_response over /ws. Contact the Defuse team to get whitelisted.FE (near.com): Limit Orders on Perpetuals
Perpetuals on near.com now support limit orders. Set your price and the order fills when the market reaches it.Trade Perps on NEAR
Place limit orders on the Perpetuals interface at near.com.
FeatureAPI
Shield Incident API
A partner-facing API to pull active Shield incidents and submit new ones. UseGET/POST https://shield.chaindefuser.com/incident with a SHIELD API key.Shield Incident API guide
Endpoints, request and response shapes, scope fields, and how to get a token.
FeatureAPI
Confidentiality parameter
Quote requests now accept aconfidentiality field that makes a normal quote a
confidential swap.Confidentiality parameter
What changed, the two integration paths, and an example request.