---
title: "Ack client-side deployment of the earnings Smart Account"
method: POST
path: "/v1/wallets/earnings/mark-deployed"
tags: ["wallets"]
---

# Ack client-side deployment of the earnings Smart Account

`POST /v1/wallets/earnings/mark-deployed`

Stamp the caller's earnings Smart Account as deployed and re-queue any onramp auto-transfers that were paused awaiting wallet setup.

The server verifies on-chain bytecode via the wallet provider before stamping, so this endpoint cannot be used to spoof deployment state.

Errors:
- 401: Missing/invalid bearer token
- 404: Earnings wallet not found for account
- 409: Earnings Smart Account is not yet deployed on-chain
- 502: Unable to verify deployment status with provider

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Request body

- MarkEarningsSmartWalletDeployedRequest — Client-side ack that the earnings Smart Account was deployed via CDP SDK.
  - `tx_hash` string, nullable — Optional deploy transaction hash for observability. Stored in wallet metadata.

## Response `200`

Successful Response

- MessageResponse — Generic response model for operations that return a message.
  - `message` string, required — Response message

## Other responses

- `401` — Missing or invalid bearer token
- `404` — Earnings wallet not found for account
- `409` — Earnings Smart Account is not yet deployed on-chain
- `422` — Validation Error
- `502` — Unable to verify deployment status with provider

---

[API](https://skmtc.net/grove/apis/grove-api.md) · [All operations](https://skmtc.net/grove/apis/grove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grove/grove-api/revisions/f286b48a8105/schema)
