---
title: "Build transaction to create stonfi farm position"
method: POST
path: "/v1/boost/stonfi/{pool_address}/{user_address}"
tags: ["Boosts"]
---

# Build transaction to create stonfi farm position

`POST /v1/boost/stonfi/{pool_address}/{user_address}`

## Path parameters

- `pool_address` string, required
- `user_address` string, required

## Headers

- `x-verify` string, required

## Request body

- ApiStonfiFarmRequest
  - `lp_amount` string, required
  - `minter_address` string, required

## Response `200`

Transaction to be sent

- ApiTransactionResponse
  - `query_id` integer, required
  - `message` ApiTransactionBoc, required
    - `payload_cell` string, base64, required — Base64-encoded cell. Treated as a payload field in TonConnect transaction.
    - `address` string, required
    - `value` string, int128, required — Amount of nanotons to be sent. Can be passed to TonConnect transaction.
    - `state_init` string, base64 — Base64-encoded cell. Treated as a stateInit field in TonConnect transaction.
    - `extra` ApiExtraCurrency[]
      - `id` integer, required
      - `amount` string, int128, required

## Other responses

- `default` — Some error during request processing

---

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