> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sx.bet/llms.txt
> Use this file to discover all available pages before exploring further.

# Pending proxy deployment

> Check whether a proxy wallet deployment is still pending.

`GET /user/pending-deploy-proxy` is one half of confirming a deployment started by
[`POST /user/deploy-proxy`](/api-reference/post-user-deploy-proxy).

<Warning>
  **`pending: false` does not mean the deployment succeeded.** It goes false on success and on failure
  alike, because the query behind it selects only rows still marked `PENDING`. Read `deployed` on
  [`GET /user/proxy`](/api-reference/get-user-proxy) alongside it: `pending: false` with
  `deployed: false` means the deployment failed and should be retried. [Proxy
  wallet](/developers/accounts#waiting-for-deployment) has the poll loop.
</Warning>
