Cent Signals

What is a Polymarket proxy wallet?

Last updated July 2026 · The Cent Signals desk

TL;DR

A Polymarket proxy wallet is a smart contract account, technically a Gnosis Safe with you as the only signer, that Polymarket deploys on the Polygon blockchain the first time you log in. It holds your USDC and outcome-token positions, lets you trade without paying gas, and is controlled by your own key, so Polymarket never takes custody of your funds. Cent Signals is a free, independent desk that tracks Polymarket activity and explains how prediction markets price probability, not trading advice.

The account that actually holds your money

When you first use Polymarket, the app does not simply attach your funds to the email or wallet you logged in with. It deploys a separate proxy wallet, a small smart contract on the Polygon blockchain, and that contract is what holds your USDC balance and every open position you take. The login you recognise is only a key that authorises the proxy wallet to act. This split, a signing key on one side and a funded smart contract on the other, is the single idea that explains almost everything people find confusing about it.

The proxy wallet is technically a Gnosis Safe configured with a single owner: you. A Safe is a widely used, audited type of smart contract account, and running your funds through one is what lets Polymarket offer the smooth, one-click experience the site is known for. It is created automatically, so most traders never think about it, but it is the address that appears whenever you or anyone else inspects the account on-chain.

Two ways it gets created

Polymarket provisions this account in one of two ways, depending on how you sign in, and the word people use for each differs slightly even though the underlying design is the same.

If you sign up with an email or a Google login, Polymarket pairs you with a Magic signing key held in the background and deploys a proxy wallet controlled by it. You never see a seed phrase, and the key is managed for you. If instead you connect a browser wallet such as MetaMask or Phantom, Polymarket deploys a Safe owned by that wallet. In both cases the funded address is the deployed contract, not the key you authenticated with. The table below lays the two paths side by side, together with the signer key itself.

AttributeProxy wallet (email login)Safe (browser wallet)Signer key
Created when youSign up with email or a Google loginConnect a browser wallet like MetaMaskAlready had it, or Magic makes one
Underlying typeA Safe smart contract, one signerA Safe smart contract, one signerA plain externally owned account
Holds your USDC and positionsYesYesNo, it only authorises actions
Pays Polygon gas, as of 2026Relayer covers it, gasless to youRelayer covers it, gasless to youNot used for on-platform trades
Address shown on a block explorerThe proxy wallet addressThe Safe addressDifferent from the funded address
Who controls itYou, through the signer keyYou, through the browser walletYou hold the private key

The addresses are deterministic, meaning the proxy address is derived by a fixed formula from your signer, so the same login always maps to the same proxy wallet. That is why reconnecting a wallet returns you to the same balance rather than a fresh empty account.

Why Polymarket uses one: gas and batching

The proxy wallet is not bureaucracy for its own sake. It solves two real frictions of trading directly on a blockchain. The first is gas. Every on-chain action normally costs a small network fee, paid in the chain's native token, which on Polygon is POL, formerly MATIC. Making a new trader acquire POL before their first trade would be a hard first step. The proxy design routes transactions through Polymarket's relayer, which submits them and pays the gas, so trading feels gasless from the user's side.

The second is atomicity. Placing an order often involves several steps, for example approving a token and then trading it. A smart contract account can bundle those steps into one transaction that either fully succeeds or fully reverts, so you never end up half-committed. That batching, combined with the gasless relay, is why a Polymarket trade feels like a single tap even though several things happen underneath. The public data services that expose all of this activity are catalogued in does Polymarket have an API.

Non-custodial, but you still hold the key

A common worry is that an automatically created wallet means the platform holds your money. It does not. The proxy wallet is non-custodial: it has a single owner, your signing key, and Polymarket cannot move funds out of it on its own. Polymarket's own documentation is explicit that it never takes possession of your funds and that you keep control through your private key. What it does provide is deployment and relaying, not custody.

The flip side of self-custody is self-responsibility. If the signing key is lost, an email account is compromised, or you approve a malicious transaction, the funds in the proxy wallet are at risk, and no support desk can reverse an on-chain transfer. How this fits the wider picture of what is and is not protected is covered in is Polymarket safe.

The address on our leaderboard is a proxy wallet

The proxy wallet is where this becomes directly useful for reading the market. Because it is an ordinary Polygon address, everything it does is public: its trade history, its open positions, and its running profit and loss are all readable by anyone, forever, without permission. The addresses you see on our traders leaderboard and in the whale trades feed are exactly these proxy wallets. A large position is visible to everyone, attached to a wallet, and attached to no confirmed name, which is why an independent desk can describe a whale without ever identifying a person.

That also sets a limit on privacy that matters if you trade. The proxy wallet is pseudonymous, not anonymous: the activity is open even though the name is not, and the gap can close through a funding trail or a chosen public handle, as is Polymarket anonymous sets out. This desk reads only what the public record shows, on the terms in our methodology, and never links an address to a real-world identity.

Frequently asked questions

What is a Polymarket proxy wallet?

It is a smart contract account, technically a Gnosis Safe with you as the only signer, that Polymarket deploys on the Polygon blockchain the first time you log in. It holds your USDC balance and your open outcome-token positions, and it is the address that signs your trades. The account you interact with on Polymarket is this proxy wallet, not the email login or browser wallet you used to sign in.

Is a proxy wallet the same as my MetaMask wallet?

No. A proxy wallet is a separate smart contract that your MetaMask or email key controls. If you sign up with an email or Google login, Polymarket creates a proxy wallet tied to a Magic signing key. If you connect a browser wallet such as MetaMask, Polymarket deploys a Safe controlled by that wallet. Either way the address holding your funds is the proxy or Safe address, which is different from the signer key you log in with.

Does Polymarket control my proxy wallet?

No. The proxy wallet is non-custodial. Polymarket deploys the contract and relays transactions, but the account has a single owner, your signing key, and Polymarket cannot move your funds on its own. Its own documentation states that it never takes possession of your funds and that you keep full control through your private key. Losing access to that key means losing access to the wallet.

Why is my Polymarket address different from the wallet I signed up with?

Because the address that holds your money is the proxy wallet, not your signer. The signer key, an email-based Magic key or your browser wallet, only authorises actions. The proxy wallet is a distinct contract deployed on your behalf, with its own Polygon address derived deterministically from your signer. That proxy address is the one shown on a block explorer and on wallet trackers, which is why it does not match the login you recognise.

Do I need MATIC or POL for gas in a proxy wallet?

Generally no. One reason the proxy wallet exists is to make trading gasless. Polymarket's relayer submits your transactions and covers the Polygon gas, so you do not have to hold POL, formerly MATIC, to place a trade. The proxy contract also batches multi-step actions into a single atomic transaction, so an approve-and-trade sequence settles together rather than as separate steps you would each pay for.

Can anyone see what my proxy wallet does?

Yes. The proxy wallet is an ordinary address on the public Polygon blockchain, so its full trade history, open positions, and running profit and loss are readable by anyone, permanently, through a block explorer or Polymarket's public API. That transparency is exactly what lets an independent desk report large-wallet activity without ever identifying the person behind an address.

Related reading

This explainer is editorial reference about how a public prediction-market platform works. It is not financial advice, a tip, or a recommendation to take any position, and Cent Signals does not facilitate trades. Wallet mechanics and platform behaviour change; the official Polymarket documentation is the authority on its current design. For how the Polymarket figures on this site are collected, see the methodology page.