---
title: "Retry server-tipping Smart Account deployment"
method: POST
path: "/v1/wallets/server-tipping/redeploy"
tags: ["wallets"]
---

# Retry server-tipping Smart Account deployment

`POST /v1/wallets/server-tipping/redeploy`

Retry eager on-chain deployment of the caller's server tipping Smart Account.

Idempotent: if the server SA is already deployed, returns 200 with an informational message. Submits a paymaster-sponsored no-op UserOperation via the wallet provider on first deploy.

Errors:
- 400: Wallet exists but has no owner_address (not an EVM Smart Account)
- 401: Missing/invalid bearer token
- 404: Server tipping wallet not found for account
- 502: Provider rejected the deploy

## Headers

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

## Response `200`

Successful Response

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

## Other responses

- `400` — Server tipping wallet has no owner_address — not an EVM Smart Account
- `401` — Missing or invalid bearer token
- `404` — Server tipping wallet not found for account
- `422` — Validation Error
- `502` — Server tipping Smart Account deploy failed

---

[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)
