From 7e7861fda667b7787f6befcda1e375b6ab9bf87e Mon Sep 17 00:00:00 2001 From: osr21 Date: Fri, 24 Jul 2026 14:43:58 +0100 Subject: [PATCH] docs: note that proxy/deposit wallets are not supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README is silent on supported wallet types. Users who created their Polymarket account via the web UI (Magic.link / Privy deposit-wallet flow) repeatedly hit confusing errors because the market maker has no proxy wallet support — it requires a plain EOA private key. Add a prominent note under Requirements so users know before setup. Fixes #79. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6aca287..c6b2860 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The keeper is an automated market maker for CLOB markets. Places and cancels orders to keep open orders near the midpoint price according to one of two strategies. ## Requirements +> **Note:** This market maker trades directly with an EOA (Externally Owned Account) private key. Proxy wallet / deposit wallet accounts (those created via the Polymarket web UI, Magic.link, or Privy) are **not supported**. You must use a standard EOA private key. See [#79](https://github.com/Polymarket/poly-market-maker/issues/79) for context. + - Python 3.10