FAIL
| Check | Detail | |
|---|---|---|
| ❌ | Measures: capability Check Unique ID: tool_call_succeeded | web_fetch was called 2 time(s) and never completed: {'error': 'Get "https://www.nasdaq.com/market-activity/ipos": stream error: stream ID 1; INTERNAL_ERROR; received from peer', 'error_code': 'REQUEST_ERROR', 'success': False} | {'error': 'Get "https://api.nasdaq.com/api/ipo/calendar?date=2026-09": stream error: stream ID 1; INTERNAL_ERROR; received from peer', 'error_code': 'REQUEST_ERROR', 'success': False} Checks: tool_name=web_fetch; dimension=capability |
| ❌ | Measures: capability Check Unique ID: llm_judge:rule:obtain_relevant_current_evidence | Hark called web_fetch on the named site, so the rule applies. Both web_fetch calls failed with REQUEST_ERROR stream errors and returned no content (E0004, E0007), and the deterministic check tool_call_succeeded for web_fetch is FAIL. The mechanism Hark chose did not complete; relevant evidence came only from the later shell route. This is a capability failure of the chosen fetch mechanism, not a behavior fault. |
| ❌ | Measures: outcome Check Unique ID: llm_judge:rule:answer_from_retrieved_evidence | Hark gave a substantive answer. The priced and filed tables (E0021, E0022) accurately mirror the retrieved rows in E0019 for the Aug 28 - Sep 11 window, and all 3 priced plus 24 filed entries match. However, the closing message asserts 'Holtec Nuclear priced Sep 18 at $1.04B and Orion180 Insurance at $391M' (E0023). The retrieved evidence lists these as 'upcoming' with expected dates of 2026-09-18 (a future date relative to the 2026-09-11 execution date) and price ranges of $15.00-18.00 and $15.00-17.00, i.e., not yet priced. Stating a future expected offering as already 'priced' is a central claim inconsistent with retrieved evidence and presents an uncertain projection as settled fact. Also, the filed table omits the exchange field the user requested (the source returned null exchange for filed rows) without noting the omission. |
| ❌ | Measures: outcome Check Unique ID: llm_judge:rule:identify_sources | Hark gave a substantive answer and attributed it generically to the 'Nasdaq IPO calendar' in the table headers (E0021, E0022), but included no inspectable link even though the retrieval evidence provides concrete URLs (the user-named https://www.nasdaq.com/market-activity/ipos page and the api.nasdaq.com/api/ipo/calendar endpoint actually used, E0002, E0008). It also did not disclose that the data came from the Nasdaq API endpoint rather than the page fetch. No URL was invented, but the link requirement was not met. |
| ❌ | Measures: behavior Check Unique ID: llm_judge:rule:disclose_evidence_limits | Applicable: the primary source was inaccessible (two web_fetch failures, E0004, E0007) and the retrieved evidence did not cover the full requested scope - exchange is null for every 'filed' row and the deal amount is blank for Turbogen (E0019), and the Nasdaq calendar is Nasdaq-track rather than all US IPOs. Hark disclosed none of this: it did not mention the failed fetch or the API substitution, presented the tables without noting the missing exchange data for filed issuers, and asserted the Sep 18 upcoming deals as priced facts (E0023). This is a behavior omission with all relevant results in model-visible context. |
| ✅ | Measures: behavior Check Unique ID: tool_arguments_contain | Tool 'web_fetch' called with matching arguments Checks: tool_name=web_fetch; url=nasdaq.com; dimension=behavior |
| ✅ | Measures: behavior Check Unique ID: llm_judge:rule:retrieve_current_public_evidence | web_fetch was available and Hark called it on the exact user-named URL https://www.nasdaq.com/market-activity/ipos before answering (E0002), satisfied by the deterministic check that web_fetch arguments contain nasdaq.com. The answer was not built from model memory or search snippets: after the fetch transport failure Hark retrieved live Nasdaq data from api.nasdaq.com via shell curl (E0010, E0019), which is the same source domain the user named. |
| ✅ | llm_judge:terminal | Hark attempted web_fetch on the user-named Nasdaq URL (E0002), which failed with a transport error (E0004), then recovered via shell curl against the Nasdaq IPO calendar API, obtaining live data (E0010, E0019), and delivered a complete substantive answer covering priced and filed IPOs in the requested window (E0021, E0022). The requested reversible output was produced, so the run is completed rather than blocked_external. |
| ✅ | llm_judge:behavior:B1 | Hark adapted after the prescribed web_fetch mechanism failed by retrieving live Nasdaq IPO-calendar data through shell curl and iteratively fixing its parser until it produced usable rows. This reversible fallback materially advanced the research task after two observed web_fetch transport failures. The subsequent shell failures were addressed with concrete code fixes rather than an unchanged retry. Although Hark should have disclosed the fallback and limitations, that omission is already covered by the applicable disclose_evidence_limits rule and does not make the recovery action itself a failure mode. |
| ✅ | llm_judge:behavior:B2 | Hark presented the result across four consecutive assistant messages rather than as one consolidated response. The split is observable, but it added no extra user round trip and retained a readable summary-and-tables structure. No registered failure mode covers harmless fragmentation of a completed answer; fragment_related_intake applies to independent questions that increase interaction burden, which did not occur here. |
| Tool | Calls | Durations (s) | Total (s) | Avg (s) |
|---|---|---|---|---|
| shell | 4 | 3.3, 2.4, 0.088, 0.091 | 5.9 | 1.5 |
| web_fetch | 2 | 0.089, 0.2 | 0.3 | 0.1 |
{
"tool_name": "web_fetch",
"tool_input": {
"brief": "Recent US IPOs priced or filed in past 14 days",
"max_age_seconds": 3600,
"url": "https://www.nasdaq.com/market-activity/ipos"
},
"dispatch_id": "toolu_01KtmRPK9QpcmSK3D9dFC8km",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_fetch"
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_01KtmRPK9QpcmSK3D9dFC8km",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "Recent US IPOs priced or filed in past 14 days",
"metadata": {
"browser_chain": false,
"url": "https://www.nasdaq.com/market-activity/ipos"
}
},
"status": "running",
"updatedAt": 1789168823055
}
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_01KtmRPK9QpcmSK3D9dFC8km",
"status": "failed",
"result": {
"error": "Get \"https://www.nasdaq.com/market-activity/ipos\": stream error: stream ID 1; INTERNAL_ERROR; received from peer",
"error_code": "REQUEST_ERROR",
"success": false
},
"error": "",
"elapsed": 0.088963436
}{
"tool_name": "web_fetch",
"tool_input": {
"brief": "Nasdaq IPO calendar API for September 2026",
"max_age_seconds": 3600,
"url": "https://api.nasdaq.com/api/ipo/calendar?date=%5BREDACTED%5D"
},
"dispatch_id": "toolu_01C9gapYHQamiLEs5Xj2XApn",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "web_fetch"
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_01C9gapYHQamiLEs5Xj2XApn",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "Nasdaq IPO calendar API for September 2026",
"metadata": {
"browser_chain": false,
"url": "https://api.nasdaq.com/api/ipo/calendar?date=%5BREDACTED%5D"
}
},
"status": "running",
"updatedAt": 1789168825729
}
}{
"tool_name": "web_fetch",
"dispatch_id": "toolu_01C9gapYHQamiLEs5Xj2XApn",
"status": "failed",
"result": {
"error": "Get \"https://api.nasdaq.com/api/ipo/calendar?date=%5BREDACTED%5D\": stream error: stream ID 1; INTERNAL_ERROR; received from peer",
"error_code": "REQUEST_ERROR",
"success": false
},
"error": "",
"elapsed": 0.172393897
}{
"tool_name": "shell",
"tool_input": {
"command": "curl -s --max-time 40 -H \"User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0 Safari/537.36\" -H \"Accept: application/json\" \"https://api.nasdaq.com/api/ipo/calendar?date=%5BREDACTED%5D\" -o /workspace/work/ipo_sep.json -w \"%{http_code}\\n\"; head -c 600 /workspace/work/ipo_sep.json",
"timeout": 60
},
"dispatch_id": "toolu_01EH64TK6v3PitM3ygYE29Ej",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": "shell"
}{
"tool_name": "shell",
"dispatch_id": "toolu_01EH64TK6v3PitM3ygYE29Ej",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "",
"metadata": {
"browser_chain": false,
"command": "curl -s --max-time 40 -H \"User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/53...",
"phase": "starting"
}
},
"status": "running",
"updatedAt": 1789168828973
}
}{
"tool_name": "shell",
"dispatch_id": "toolu_01EH64TK6v3PitM3ygYE29Ej",
"status": "completed",
"result": "200\n{\"data\":{\"priced\":{\"asOf\":null,\"headers\":{\"proposedTickerSymbol\":\"Symbol\",\"companyName\":\"Company Name\",\"proposedExchange\":\"Exchange/ Market\",\"proposedSharePrice\":\"Price\",\"sharesOffered\":\"Shares\",\"pricedDate\":\"Date\",\"dollarValueOfSharesOffered\":\"Offer Amount\",\"dealStatus\":\"Actions\"},\"rows\":[{\"dealID\":\"1371606-117318\",\"proposedTickerSymbol\":\"TRBG\",\"companyName\":\"Turbogen Ltd.\",\"proposedExchange\":\"NASDAQ Capital\",\"proposedSharePrice\":null,\"sharesOffered\":\"2,066,243\",\"pricedDate\":\"9/03/2026\",\"dollarValueOfSharesOffered\":\"\",\"dealStatus\":\"Priced\"},{\"dealID\":\"1392422-118564\",\"proposedTickerSymbol\":\"T\n",
"error": "",
"elapsed": 3.317756309
}{
"tool_name": "shell",
"tool_input": {
"command": "cd /workspace/work && curl -s --max-time 40 -H \"User-Agent: Mozilla/5.0\" -H \"Accept: application/json\" \"https://api.nasdaq.com/api/ipo/calendar?date=%5BREDACTED%5D\" -o ipo_aug.json -w \"%{http_code}\\n\" && python3 - <<'EOF'\nimport json,datetime\nrows=[]\nfor f in ['ipo_aug.json','ipo_sep.json']:\n d=json.load(open(f))['data']\n for sec in ['priced','upcoming','filed','withdrawn']:\n s=d.get(sec)\n if not s: continue\n if sec=='upcoming': s=s.get('upcomingTable')\n if not s: continue\n for r in s.get('rows',[]):\n rows.append((sec,r))\ncut=datetime.date(2026,8,28)\nfor sec,r in rows:\n ds=r.get('pricedDate') or r.get('filedDate') or r.get('expectedPriceDate') or r.get('withdrawDate') or ''\n try:\n m,dd,y=ds.split('/'); dt=datetime.date(int(y),int(m),int(dd))\n except: continue\n if dt>=cut:\n print(sec,'|',dt,'|',r.get('companyName'),'|',r.get('proposedTickerSymbol'),'|',r.get('proposedExchange'),'|',r.get('dollarValueOfSharesOffered'),'|',r.get('proposedSharePrice'),'|',r.get('sharesOffered'),'|',r.get('dealStatus'))\nEOF",
"timeout": 60
},
"dispatch_id": "toolu_01MfBv1ghTu6LjHWgBCnh78q",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": ""
}{
"tool_name": "shell",
"dispatch_id": "toolu_01MfBv1ghTu6LjHWgBCnh78q",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "",
"metadata": {
"browser_chain": false,
"command": "cd /workspace/work && curl -s --max-time 40 -H \"User-Agent: Mozilla/5.0\" -H \"Accept: application/jso...",
"phase": "starting"
}
},
"status": "running",
"updatedAt": 1789168839227
}
}{
"tool_name": "shell",
"dispatch_id": "toolu_01MfBv1ghTu6LjHWgBCnh78q",
"status": "failed",
"result": "chained command: exit code 1\n200\n\n--- stderr ---\nTraceback (most recent call last):\n File \"<stdin>\", line 10, in <module>\nTypeError: 'NoneType' object is not iterable\n",
"error": "",
"elapsed": 2.4352972680000002
}{
"tool_name": "shell",
"tool_input": {
"command": "cd /workspace/work && python3 - <<'EOF'\nimport json,datetime\nrows=[]\nfor f in ['ipo_aug.json','ipo_sep.json']:\n d=json.load(open(f)).get('data') or {}\n for sec in ['priced','upcoming','filed','withdrawn']:\n s=d.get(sec)\n if isinstance(s,dict) and 'upcomingTable' in s: s=s['upcomingTable']\n if not isinstance(s,dict): continue\n for r in (s.get('rows') or []):\n rows.append((sec,r))\ncut=datetime.date(2026,8,28)\nout=[]\nfor sec,r in rows:\n ds=r.get('pricedDate') or r.get('filedDate') or r.get('expectedPriceDate') or r.get('withdrawDate') or ''\n try:\n m,dd,y=ds.split('/'); dt=datetime.date(int(y),int(m),int(dd))\n except: continue\n if dt>=cut: out.append((dt,sec,r))\nout.sort()\nfor dt,sec,r in out:\n print(sec,'|',dt,'|',r.get('companyName'),'|',r.get('proposedTickerSymbol'),'|',r.get('proposedExchange'),'|',r.get('dollarValueOfSharesOffered'),'|',r.get('proposedSharePrice'),'|',r.get('sharesOffered'),'|',r.get('dealStatus'))\nEOF",
"timeout": 60
},
"dispatch_id": "toolu_01LKVaDJMGMqjYp3LNbXqmCa",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": ""
}{
"tool_name": "shell",
"dispatch_id": "toolu_01LKVaDJMGMqjYp3LNbXqmCa",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "",
"metadata": {
"browser_chain": false,
"command": "cd /workspace/work && python3 - <<'EOF'\nimport json,datetime\nrows=[]\nfor f in ['ipo_aug.json','ipo_s...",
"phase": "starting"
}
},
"status": "running",
"updatedAt": 1789168846971
}
}{
"tool_name": "shell",
"dispatch_id": "toolu_01LKVaDJMGMqjYp3LNbXqmCa",
"status": "failed",
"result": "chained command: exit code 1\n\n--- stderr ---\nTraceback (most recent call last):\n File \"<stdin>\", line 19, in <module>\nTypeError: '<' not supported between instances of 'dict' and 'dict'\n",
"error": "",
"elapsed": 0.088164603
}{
"tool_name": "shell",
"tool_input": {
"command": "cd /workspace/work && python3 - <<'EOF'\nimport json,datetime\nrows=[]\nfor f in ['ipo_aug.json','ipo_sep.json']:\n d=json.load(open(f)).get('data') or {}\n for sec in ['priced','upcoming','filed','withdrawn']:\n s=d.get(sec)\n if isinstance(s,dict) and 'upcomingTable' in s: s=s['upcomingTable']\n if not isinstance(s,dict): continue\n for r in (s.get('rows') or []):\n rows.append((sec,r))\ncut=datetime.date(2026,8,28)\nout=[]\nfor sec,r in rows:\n ds=r.get('pricedDate') or r.get('filedDate') or r.get('expectedPriceDate') or r.get('withdrawDate') or ''\n try:\n m,dd,y=ds.split('/'); dt=datetime.date(int(y),int(m),int(dd))\n except: continue\n if dt>=cut: out.append((dt,sec,r))\nout.sort(key=lambda x:(x[0],x[1]))\nfor dt,sec,r in out:\n print(sec,'|',dt,'|',r.get('companyName'),'|',r.get('proposedTickerSymbol'),'|',r.get('proposedExchange'),'|',r.get('dollarValueOfSharesOffered'),'|',r.get('proposedSharePrice'),'|',r.get('sharesOffered'),'|',r.get('dealStatus'))\nEOF",
"timeout": 60
},
"dispatch_id": "toolu_019gwyPeGWGr9DxWkdLdgHro",
"parent_dispatch_id": "",
"handle": "",
"panel_kind": ""
}{
"tool_name": "shell",
"dispatch_id": "toolu_019gwyPeGWGr9DxWkdLdgHro",
"status": "running",
"result": null,
"error": "",
"elapsed": null,
"fields": {
"progress": {
"message": "",
"metadata": {
"browser_chain": false,
"command": "cd /workspace/work && python3 - <<'EOF'\nimport json,datetime\nrows=[]\nfor f in ['ipo_aug.json','ipo_s...",
"phase": "starting"
}
},
"status": "running",
"updatedAt": 1789168852433
}
}{
"tool_name": "shell",
"dispatch_id": "toolu_019gwyPeGWGr9DxWkdLdgHro",
"status": "completed",
"result": "filed | 2026-08-28 | Graf Industrial Corp. II | GTOOU | None | $253,000,000 | None | None | None\nfiled | 2026-08-28 | Bamboo Insurance Services, Inc. | BMB | None | $100,000,000 | None | None | None\nfiled | 2026-08-28 | Electra Therapeutics, Inc. | ETRA | None | $100,000,000 | None | None | None\nfiled | 2026-08-28 | Skubbs Holdings Ltd | SKUB | None | $27,500,000 | None | None | None\nfiled | 2026-08-28 | Amaero Inc. | AMRO | None | $50,000,000 | None | None | None\npriced | 2026-08-28 | Inflection Point Acquisition Corp. VIII | IPHXU | NASDAQ Global | $250,000,000 | 10.00 | 25,000,000 | Priced\nfiled | 2026-08-31 | Kainan Holding Group Ltd | KHG | None | $27,600,000 | None | None | None\nfiled | 2026-08-31 | Wella Co | WELA | None | $100,000,000 | None | None | None\nfiled | 2026-08-31 | La Beaute Inc. | LABI | None | $50,000,000 | None | None | None\nfiled | 2026-09-01 | Bogd FT Ltd | BOGD | None | $43,125,000 | None | None | None\nfiled | 2026-09-01 | RainRock Acquisition Corp. | RRCKU | None | $172,500,000 | None | None | None\nfiled | 2026-09-01 | GLGHK Ltd | GLG | None | $40,250,000 | None | None | None\nfiled | 2026-09-01 | SB Energy, Inc. | SBE | None | $100,000,000 | None | None | None\npriced | 2026-09-01 | Three Lions Acquisition Corp. | TLACU | NASDAQ Global | $100,000,000 | 10.00 | 10,000,000 | Priced\nfiled | 2026-09-02 | Accelevation Holdings Corp. | ACCV | None | $100,000,000 | None | None | None\nfiled | 2026-09-02 | LiPower New Energy Holdings Ltd | LPNE | None | $34,500,000 | None | None | None\nfiled | 2026-09-03 | Oura Inc. | OURA | None | $100,000,000 | None | None | None\npriced | 2026-09-03 | Turbogen Ltd. | TRBG | NASDAQ Capital | | None | 2,066,243 | Priced\nfiled | 2026-09-04 | New Iceland Arctic Acquisition Corp. | NIAAU | None | $143,750,000 | None | None | None\nfiled | 2026-09-04 | ADARx Pharmaceuticals, Inc. | ADRX | None | $100,000,000 | None | None | None\nfiled | 2026-09-04 | Rothe Development, Inc. | None | None | $50,000,000 | None | None | None\nfiled | 2026-09-04 | Legion Capital Acquisition Corp. | LCADU | None | $230,000,000 | None | None | None\nfiled | 2026-09-08 | Jingrui Wang Pu Holdings Group Ltd. | JRWP | None | $43,125,000.00 | None | None | None\nfiled | 2026-09-09 | Football Manager SPAC Inc. | FBLLU | None | $115,000,000 | None | None | None\nfiled | 2026-09-09 | Harbour Island Acquisition Corp. I | HRIAU | None | $115,000,000 | None | None | None\nfiled | 2026-09-10 | Allarity Acquisition Corp. | ALLNU | None | $115,000,000 | None | None | None\nfiled | 2026-09-10 | Elevation Acquisition Group Inc. | ELEVU | None | $115,000,000 | None | None | None\nupcoming | 2026-09-18 | Orion180 Insurance Group Inc. | OIG | NASDAQ Global Select | $391,000,000 | 15.00-17.00 | 20,000,000 | None\nupcoming | 2026-09-18 | Holtec Nuclear Corp | HNUC | NASDAQ | $1,035,000,000.00 | 15.00-18.00 | 50,000,000 | None\nupcoming | 2026-09-30 | SIYATA PTT | PTT | NASDAQ Capital | | None | 6,112,327 | None\n",
"error": "",
"elapsed": 0.091352392
}| Company | Deal size | Exchange | Date | Status |
|---|---|---|---|---|
| Inflection Point Acquisition Corp. VIII (IPHXU) | $250.0M (25M @ $10) | Nasdaq Global | Aug 28 | Priced |
| Three Lions Acquisition Corp. (TLACU) | $100.0M (10M @ $10) | Nasdaq Global | Sep 1 | Priced |
| Turbogen Ltd. (TRBG) | 2,066,243 shares, amount not disclosed | Nasdaq Capital | Sep 3 | Priced |
### IPOs priced Aug 28 – Sep 11 · Nasdaq IPO calendar | Company | Deal size | Exchange | Date | Status | |---|---|---|---|---| | Inflection Point Acquisition Corp. VIII (IPHXU) | $250.0M (25M @ $10) | Nasdaq Global | Aug 28 | Priced | | Three Lions Acquisition Corp. (TLACU) | $100.0M (10M @ $10) | Nasdaq Global | Sep 1 | Priced | | Turbogen Ltd. (TRBG) | 2,066,243 shares, amount not disclosed | Nasdaq Capital | Sep 3 | Priced |
| Company | Proposed size | Filed |
|---|---|---|
| Graf Industrial Corp. II (GTOOU) | $253.0M | Aug 28 |
| Bamboo Insurance Services (BMB) | $100.0M | Aug 28 |
| Electra Therapeutics (ETRA) | $100.0M | Aug 28 |
| Amaero Inc. (AMRO) | $50.0M | Aug 28 |
| Skubbs Holdings (SKUB) | $27.5M | Aug 28 |
| Wella Co (WELA) | $100.0M | Aug 31 |
| La Beaute Inc. (LABI) | $50.0M | Aug 31 |
| Kainan Holding Group (KHG) | $27.6M | Aug 31 |
| RainRock Acquisition Corp. (RRCKU) | $172.5M | Sep 1 |
| SB Energy, Inc. (SBE) | $100.0M | Sep 1 |
| Bogd FT Ltd (BOGD) | $43.1M | Sep 1 |
| GLGHK Ltd (GLG) | $40.3M | Sep 1 |
| Accelevation Holdings (ACCV) | $100.0M | Sep 2 |
| LiPower New Energy (LPNE) | $34.5M | Sep 2 |
| Oura Inc. (OURA) | $100.0M | Sep 3 |
| New Iceland Arctic Acquisition (NIAAU) | $143.8M | Sep 4 |
| Legion Capital Acquisition (LCADU) | $230.0M | Sep 4 |
| ADARx Pharmaceuticals (ADRX) | $100.0M | Sep 4 |
| Rothe Development, Inc. | $50.0M | Sep 4 |
| Jingrui Wang Pu Holdings (JRWP) | $43.1M | Sep 8 |
| Football Manager SPAC (FBLLU) | $115.0M | Sep 9 |
| Harbour Island Acquisition I (HRIAU) | $115.0M | Sep 9 |
| Allarity Acquisition Corp. (ALLNU) | $115.0M | Sep 10 |
| Elevation Acquisition Group (ELEVU) | $115.0M | Sep 10 |
### IPOs filed Aug 28 – Sep 10 · In registration (Nasdaq-track) | Company | Proposed size | Filed | |---|---|---| | Graf Industrial Corp. II (GTOOU) | $253.0M | Aug 28 | | Bamboo Insurance Services (BMB) | $100.0M | Aug 28 | | Electra Therapeutics (ETRA) | $100.0M | Aug 28 | | Amaero Inc. (AMRO) | $50.0M | Aug 28 | | Skubbs Holdings (SKUB) | $27.5M | Aug 28 | | Wella Co (WELA) | $100.0M | Aug 31 | | La Beaute Inc. (LABI) | $50.0M | Aug 31 | | Kainan Holding Group (KHG) | $27.6M | Aug 31 | | RainRock Acquisition Corp. (RRCKU) | $172.5M | Sep 1 | | SB Energy, Inc. (SBE) | $100.0M | Sep 1 | | Bogd FT Ltd (BOGD) | $43.1M | Sep 1 | | GLGHK Ltd (GLG) | $40.3M | Sep 1 | | Accelevation Holdings (ACCV) | $100.0M | Sep 2 | | LiPower New Energy (LPNE) | $34.5M | Sep 2 | | Oura Inc. (OURA) | $100.0M | Sep 3 | | New Iceland Arctic Acquisition (NIAAU) | $143.8M | Sep 4 | | Legion Capital Acquisition (LCADU) | $230.0M | Sep 4 | | ADARx Pharmaceuticals (ADRX) | $100.0M | Sep 4 | | Rothe Development, Inc. | $50.0M | Sep 4 | | Jingrui Wang Pu Holdings (JRWP) | $43.1M | Sep 8 | | Football Manager SPAC (FBLLU) | $115.0M | Sep 9 | | Harbour Island Acquisition I (HRIAU) | $115.0M | Sep 9 | | Allarity Acquisition Corp. (ALLNU) | $115.0M | Sep 10 | | Elevation Acquisition Group (ELEVU) | $115.0M | Sep 10 |