> For the complete documentation index, see [llms.txt](https://docs.fida.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fida.finance/usage/issuing-a-policy.md).

# Issuing a Policy

In the process of issuing a Fida Policy, there are three main actors involved: the policy broker, the policy owner (who have purchased the insurance), and the investors (who provide collateral for the policy). The policy broker registers a policy on-chain and makes it discoverable.

The process of issuing a policy (e.g. with the assistance of the provided `cli`) proceeds as follows: Clients initially approach the policy broker with the intention of purchasing a policy. They provide input parameters such as an insurance amount (which the broker translates into collateral amount), wallet public key hash, contract duration, and so forth. Subsequently, they must agree on the cost the client must pay for the policy. Once agreed upon, the policy broker (using the `cli`or `web app`) creates a policy and provides an address (Fida Policy Contract Address) where the client must send the agreed amount (premium amount). Upon receiving the payment at the correct address, the broker triggers a state transition of the policy contract, thereby making the client the policy owner, and the policy becomes available for the funding phase.

Investors, utilizing the `cli`or `web app`, can search the blockchain for a Fida Policy available for funding and contribute to the funding by purchasing a Fida Card Policy through the issuance of an appropriate transaction. On the other hand, the policy owner can monitor the progress of the funding phase using the `cli` or `web app` by querying the blockchain for specific policy information or obtaining a list of all policies in which they are the owner. Once the policy is fully funded, the policy broker, upon contacting the client, triggers a Fida Policy state transition, and the policy becomes "on risk" from that point onward.

You can continue reading in more detail about the [lifecycle](/fida-policy/policy-life-cycle.md) of a [policy](/fida-policy/policy-contract.md), or the [lifecycle](/investors/investor-contract-life-cycle.md) of an [investors commitment](/investors/investor-contract.md). Additionally you can [continue reading about the `cli`](/usage/command-line-interface.md)`.`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fida.finance/usage/issuing-a-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
