cover image

Blink Market:Prediction Market for Agents

Project Overview

Blink Market is a fast, capital-efficient binary prediction market protocol built on the Sui blockchain. It combines off-chain Request for Quote (RFQ)
pricing from a Professional Market Maker (PMM) with secure, atomic on-chain settlement.

Users trade on binary outcomes such as YES or NO. Each successful trade creates an on-chain position that can be redeemed for its full notional value if the
selected outcome wins.

Core Features

Technical Architecture

Blink Market uses a hybrid architecture:

  1. A user requests a quote from the Go-based PMM server.
  2. The PMM pricing engine calculates a price in basis points.
  3. The server assigns a sequence number and expiration time.
  4. The quote is encoded and signed with an Ed25519 key.
  5. The user submits the quote and payment to the Sui smart contract.
  6. The contract verifies the signature, expiration, PMM identity, and sequence number.
  7. User and PMM collateral are combined in the market pool.
  8. A Sui Position object is minted to the user.
  9. After resolution, winning positions can be redeemed on-chain.

The smart contracts are written in Move 2024 and divided into modules for market management, RFQ execution, collateral accounting, fee calculation,
administration, and events. The PMM server is written in Go and provides quote generation, signing, sequence persistence, rate limiting, and quote archiving
through the /v1/quote API.

Motivation

Traditional prediction-market AMMs often face poor capital efficiency, slippage, fragmented liquidity, and difficult market bootstrapping. These limitations
are especially visible in short-lived or specialized markets where liquidity providers may not want to lock capital in a pool.

Blink Market replaces the AMM pricing curve with professional off-chain quoting. This allows market makers to use external information and risk models while
keeping custody, collateral, settlement, and payouts verifiable on-chain.

Blockchain Solutions:

Unique Features

Next Post

Exploring the Value of Bitcoin:A Three-Dimensional Perspective