Skip to content

docs: Add CEX Singleton Wallet integration guide#1

Open
niickriice wants to merge 1 commit into
ayv8er:mainfrom
niickriice:cex-singleton-wallet-guide
Open

docs: Add CEX Singleton Wallet integration guide#1
niickriice wants to merge 1 commit into
ayv8er:mainfrom
niickriice:cex-singleton-wallet-guide

Conversation

@niickriice

@niickriice niickriice commented Feb 18, 2026

Copy link
Copy Markdown

Summary

  • Adds a new integration guide (guides/cex-singleton-wallet.md) for the CEX Singleton Wallet model
  • The CEX operates a single Polymarket wallet for all users, managing per-user accounting internally
  • Includes buy and sell flow sequence diagrams (assets/cex-singleton-buy.png, assets/cex-singleton-sell.png)
  • This is the simplest integration architecture — no per-user wallets, keys, or Safe deployments

How it differs from existing guides

  • vs Direct CEX: One wallet total, not one Safe per user
  • vs CEX / Self-Custodial: No self-custodial environment, no per-user key management
  • vs Omnibus: Similar concept but specifically framed for CEXes with concrete buy/sell flows

Test plan

  • Verify markdown renders correctly on GitHub
  • Verify images display in the buy/sell flow sections
  • Review against existing guides for consistency

Adds a new integration guide for exchanges that want to offer
Polymarket trading through a single shared wallet, with the CEX
handling all user accounting internally. This is the simplest
integration architecture — no per-user wallets, keys, or Safe
deployments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant