From 5410e690e26a7e195e53beb19497e06e510466c7 Mon Sep 17 00:00:00 2001 From: devin distefano Date: Fri, 3 Apr 2026 10:32:36 -0500 Subject: [PATCH] atlas updates --- src/content/data-feeds/llms-full.txt | 21 ++++++++++++++ .../svr-feeds/searcher-onboarding-atlas.mdx | 29 +++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/src/content/data-feeds/llms-full.txt b/src/content/data-feeds/llms-full.txt index a591ccce304..e92ca286613 100644 --- a/src/content/data-feeds/llms-full.txt +++ b/src/content/data-feeds/llms-full.txt @@ -5897,6 +5897,27 @@ After bonding atlETH and deploying their smart contract, solvers are finally abl This guide uses Go and the [Atlas Go SDK](https://github.com/FastLane-Labs/atlas-sdk-go). +### Parallel Auctions + +On certain assets—primarily BTC and ETH feeds on BNB Chain, Base, and Arbitrum—two separate auctions are created in parallel by different Chainlink nodes for each liquidation opportunity. **These auctions are independent**: there is no matching or coordination between them. + +**How the parallel auctions behave** + +Both auctions represent the exact same liquidation opportunity, but: + +- They are sent to the auction independently. +- They can arrive at different times due to latency differences. +- They may have slightly different deadlines, based on when each node receives the report. +- It is effectively random which auction transaction lands first or succeeds onchain. + +**Implication for bidding** + +If you only bid on one auction, you have roughly a 50% chance of winning even if your bid is the highest. To guarantee coverage, you must bid on both auctions using the same strategy. + +