What is the War Room

The War Room is Hagglr’s dedicated OTC execution environment. It provides a structured, deterministic, and verifiable workflow for settling off-chain token deals between two counterparties.

Unlike informal OTC negotiations through DMs that rely on screenshots, trust, or centralized middlemen, the War Room ensures:

  • Clear role assignment

  • Immutable deal parameters once confirmed

  • Secure on-chain escrow

  • Automated settlement

  • Partner attribution

  • Fee transparency

This environment is designed to match OTC trading behaviour in real markets while enforcing the guarantees that only smart contracts can provide.


Core Objectives

1. Standardize OTC workflow Brokers initiate deals through a single generated link, removing coordination overhead.

2. Enforce deterministic processes Once both parties join, the deal enters a committed, immutable state.

3. Protect against manipulation No participant can alter roles, wallets, or amounts after commit.

4. Automate settlement Escrow and execution occur on-chain, removing human error or scams.

5. Support partner-driven distribution Links include partner attribution for automated fee sharing.


High-Level System Diagram

                                      Broker
                                         |
                                         |  (Creates Link)
                                         v
                             +-----------------------------+
                             |          Deal Room          |
                             |       (Session State)       |
                             +-----------------------------+
                                |                       |
                                |                       |
                           Buyer Joins             Seller Joins
                                |                       |
                                +-----------+-----------+
                                            |
                                      Commit State
                                            |
                                   +----------------+
                                   | Escrow Contract |
                                   +----------------+
                                            |
                                      Settlement Flow

Last updated