> 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/investors/investor-contract.md).

# Investor Contract

The Investor contract serves as the gateway for investors into the Fida ecosystem. It acts as a repository for all the collateral required by investors when purchasing Fida cards, as well as a storage for their premium pool. All interactions between Fida and investors are facilitated through this component. Investors can utilize this contract to buy or sell Fida cards and collect premiums. Investor have the opportunity to earn Ada passively by staking all the Ada deposited on his script.&#x20;

Technically, the Investor contract is parameterized by two elements: the investor's public key hash (`PubKeyHash`) and the Fida `SystemId`. The Fida `SystemId` serves as an identifier for the Fida system where the investor has initialized their Investor contract. It is presumed that multiple Fida systems may operate concurrently on the blockchain, whether for technical or business reasons.

Understand the [policy life cycle by reading the next page](/investors/investor-contract-life-cycle.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/investors/investor-contract.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.
