---
title: "CreateContinuousFund defines a method to distribute a percentage of funds to an address continuously. This ContinuousFund can be indefinite or run until a given expiry time. Funds come from validator block rewards from x/distribution, but may also come from any user who funds the ProtocolPoolEscrow module account directly through x/bank."
method: POST
path: "/cosmos.protocolpool.v1.Msg/CreateContinuousFund"
tags: ["Msg"]
---

# CreateContinuousFund defines a method to distribute a percentage of funds to an address continuously. This ContinuousFund can be indefinite or run until a given expiry time. Funds come from validator block rewards from x/distribution, but may also come from any user who funds the ProtocolPoolEscrow module account directly through x/bank.

`POST /cosmos.protocolpool.v1.Msg/CreateContinuousFund`

## Request body

- CosmosProtocolpoolV1MsgCreateContinuousFund — MsgCreateContinuousFund defines a message for adding continuous funds.
  - `authority` string — Authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `expiry` string, date-time — Optional, if expiry is set, removes the state object when expired.
  - `percentage` string — Percentage is the percentage of funds to be allocated from Community pool.
  - `recipient` string — Recipient address of the account receiving funds.

## Response `200`

A successful response.

- CosmosProtocolpoolV1MsgCreateContinuousFundResponse — MsgCreateContinuousFundResponse defines the response to executing a MsgCreateContinuousFund message.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.protocolpool.v1.Msg/CreateContinuousFund/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.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
