---
title: "POST /poktroll.application.Msg/StakeApplication"
method: POST
path: "/poktroll.application.Msg/StakeApplication"
tags: ["Msg"]
---

# POST /poktroll.application.Msg/StakeApplication

`POST /poktroll.application.Msg/StakeApplication`

## Request body

- PoktrollApplicationMsgStakeApplication
  - `address` string — The Bech32 address of the application.
  - `services` PoktrollSharedApplicationServiceConfig[]
    - `service` PoktrollSharedService
      - `compute_units_per_relay` string, uint64 — Compute units required per relay for this service
      - `id` string — Unique identifier for the service
      - `name` string — TODO_MAINNET: Remove this. (Optional) Semantic human readable name for the service
      - `owner_address` string — The owner address that created the service. It is the address that receives rewards based on the Service's on-chain usage It is the only address that can update the service configuration (e.g. compute_units_per_relay), or make other updates to it. The Bech32 address of the service owner / creator
  - `stake` CosmosBaseV1beta1Coin — Coin defines a token with a denomination and an amount. NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
    - `amount` string
    - `denom` string

## Response `200`

A successful response.

- PoktrollApplicationMsgStakeApplicationResponse

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-14** `21c607e4fa20` — 1 info
  - api operation id `PoktrollApplicationMsg_StakeApplication` removed and replaced with `GithubCompoktNetworkpoktrollMsg_StakeApplication`
- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/poktroll.application.Msg/StakeApplication/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/21c607e4fa20/schema)
