# Introduction

Sigma Finance ([SigmaFi](https://sigmafi.app/#/)) allows anyone with an Ergo wallet to request a loan. Each request specifies the loan amount, the length (term) of the loan and the amount of interest of the loan.

Collateral guarantees SigmaFi loans. If the loan is not repaid by the time the term ends, the lender can take the collateral as payment. Given the volatility of cryptocurrencies, loans need to be over-collateralized to get funded. For example, a loan of 100 SigUSD might need ERG worth 150 SigUSD for someone to lend the money.

A new loan request creates a smart contract that specifies the terms of the loan. The smart contract holds the collateral and offers the loan at the SigmaFi website. If someone accepts the terms of the loan, they can lend the money through the website. The person making the request receives the loan. The lender will either be repaid, with interest, or take the collateral.

SigmaFi is an example of decentralized finance (DeFi). It allows people to create and fund loan requests person to person (P2P). No banks or other intermediary is necessary.

SigmaFi leverages the extended unspent transaction output (eUTXO) model to create these loans. All SigmaFi contracts are open-source and free to build upon. Developers are free to use SigmaFi contracts as building blocks for their applications.

Website: <https://sigmafi.app/>\
\
Telegram: <https://t.me/sigmafi>\
\
SigmaFi Contracts: <https://github.com/K-Singh/Sigma-Finance>\
\
SigmaFi Frontend: <https://github.com/capt-nemo429/sigmafi-ui>


---

# Agent Instructions: 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://sigmafi.gitbook.io/sigmafi-docs/readme.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.
