`, `
`, `
`, `
- `, `
- `, `
`, ``). Keep classes and styles exactly as is. * **Numbers/Data:** Do not change `$0.42`, `2.15%`, `$4.25 Billion`, etc. * **Crypto Terms:** * Prediction market -> Mercato predittivo * Backend capabilities -> Capacità backend * Blockchain trading infrastructure -> Infrastruttura di trading blockchain * Decentralized networks -> Reti decentralizzate * Traditional financial systems -> Sistemi finanziari tradizionali * Latency -> Latenza * Throughput -> Throughput (often used as is) or "capacità di throughput" * High-frequency trading -> Trading ad alta frequenza * On-chain -> On-chain (kept as is usually) * Legacy infrastructure stacks -> Stack di infrastruttura legacy * Proprietary technology -> Tecnologia proprietaria * Cross-chain interfaces -> Interfacce cross-chain * Transaction volumes -> Volumi di transazioni * Oracle resolution -> Risoluzione oracle * Market Cap -> Market Cap (or Capitalizzazione di mercato) * Fear & Greed Index -> Indice Fear & Greed * Support/Resistance -> Supporto/Resistenza * RSI -> RSI * Moving Average -> Media Mobile * Whale Activity -> Attività delle Balene (Whale) * HODLer -> HODLer * DXY -> DXY * Bond Yields -> Rendimenti obbligazionari * Slippage -> Slippage (often kept) or "scivolamento" * Liquidity -> Liquidità * Governance -> Governance * Token launches -> Lanci di token * Settlement layers -> Livelli di regolamento (settlement) * Routing protocols -> Protocolli di routing 4. **Drafting the Translation (Mental or Scratchpad):** * *Title:* Polymarket Acquisisce Brahma per Scalare l'Infrastruttura di Trading * *Executive Summary:* Piattaforma di mercato predittivo Polymarket ha finalizzato l'acquisto di Brahma... CEO Shayne Coplan ha confermato... * *What Happened:* Polymarket ha eseguito un'acquisizione di Brahma... * *Market Data Snapshot:* Keep structure. Translate labels like "Current Price" -> "Prezzo Currente" (no, "Prezzo Attuale"), "Market Sentiment" -> "Sentiment di Mercato". * *Market Health Indicators:* Keep styles. Translate labels. * *Why This Matters:* "Per i Trader", "Per gli Investitori". * *What Most Media Missed:* "Cosa la maggior parte dei media ha perso". * *What Happens Next:* "Cosa Succede Prossimamente". * *Historical Parallel:* "Parallelo Storico". 5. **JSON Construction:** * Ensure escaping of quotes within the JSON string. * Ensure newlines are handled correctly (usually `` within the string value). * The prompt asks for JSON output directly. 6. **Review against Constraints:** * Identity: I am XROOM-69. (Implicitly followed by not claiming otherwise). * HTML Structure: Must be exact. * Data Accuracy: Check numbers ($0.42, 2.15%, etc.). * Proper Nouns: Polymarket, Brahma, Shayne Coplan, Polygon, POL, Uniswap, DXY. * Language: Italian. 7. **Meta Description:** Since the original was empty, I will create a concise summary in Italian for the meta description field to ensure the JSON is valid and useful. * Draft: "Polymarket acquisisce Brahma per migliorare l'infrastruttura di trading blockchain. Analisi dell'impatto su scalabilità, latenza e crescita del mercato predittivo." 8. **Final Polish:** Check HTML integrity. Ensure no tags are broken during translation. * *Self-Correction on HTML:* The prompt provides `
...`. I need to output the `content` value as a string containing the HTML. I need to escape double quotes inside the HTML attributes if any (there are single quotes in class names, but double quotes in style attributes). The original HTML uses single quotes for classes `class='market-snapshot'` and double quotes for styles `style='background: ...'`. Wait, looking closely at the original: `
` (single quotes) `` (single quotes for class, single quotes for style attribute value). I must preserve this exactly. Inside the JSON, I need to escape double quotes `"` used for JSON keys and string delimiters. The HTML content itself uses single quotes mostly, which helps avoid escaping hell, but I need to be careful if I introduce any double quotes in the translation (I shouldn't). Actually, the JSON structure requires the value of "content" to be a string. So all double quotes inside the HTML string must be escaped `"`. The original HTML has `style='...'` (single quotes), so that's safe. But if I add any alt text or something with double quotes, I'd need to escape. I will stick to the original HTML structure. * *Refining Translation:* "Executive Summary" -> "Sommario Esecutivo" "What Happened" -> "Cosa è Accaduto" "Market Data Snapshot" -> "Snapshot dei Dati di Mercato" "Market Health Indicators" -> "Indicatori di Salute del Mercato" "Why This Matters" -> "Perché Questo è Importante" "For Traders" -> "Per i Trader" "For Investors" -> "Per gli Investitori" "What Most Media Missed" -> "Cosa la Maggiore Parte dei Media ha Perso" "What Happens Next" -> "Cosa Succ
