---
title: "Provide liquidity to the pool"
method: POST
path: "/api/perpetuals/provideLiquidity"
tags: ["Liquidity"]
---

# Provide liquidity to the pool

`POST /api/perpetuals/provideLiquidity`

Provides liquidity to a perpetual trading pool for a specific asset. Minimum amounts apply based on asset type.

## Request body

- object
  - `request` ProvideLiquidityRequest, required
    - `address` string, required — User's wallet address
    - `asset` Asset, required
      - `policyId` string, required — The Cardano policy ID of the asset
      - `assetName` string, required — The asset name
    - `amount` number, required — Amount to provide as liquidity (in lovelace for ADA, or token units)

## Response `200`

Successfully created provide liquidity transaction

- object
  - `cbor` string — Partially signed transaction in CBOR format

## Other responses

- `400` — Invalid request or minimum amount not met
- `405` — Method not allowed
- `500` — Server error

---

[API](https://skmtc.net/strikefinance/apis/strike-finance-staking-api.md) · [All operations](https://skmtc.net/strikefinance/apis/strike-finance-staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikefinance/strike-finance-staking-api/revisions/6b7d8bd51050/schema)
