# Universal Creditline

A`creditline` is a cumtom instrument dedicated to a single borrower entity, and would facilitate fixed-term unsecured lending or loans collateralized with any collateral. A borrower who meet the approval criterion will be able to drawdown from this custom creditline.&#x20;

Every loan will go through the following protocol&#x20;

### 0. Proposal

A borrower submits a proposal for a fixed-term loan and proposes the following information; &#x20;

```
1. Principal borrowed
2. Interest to pay
3. Duration of the loan
4. Collateral or credit to be assessed 
```

The information would be provided as input to the constructor of the new `creditline` contract, which would be deployed along with the new prediction market when the proposal is submitted.&#x20;

### 1. Assessment

During the assessment, as the loan is a fixed term fixed rate instrument, managers will be able to buy `longZCB` at a price less than 1, and redeem it at a price of 1 when the loan matures. In this scenario a `longZCB` is akin to a (levered) zero coupon bond.&#x20;

The initial price of `longZCB` s determined by the interest proposed by the borrower; the higher the interest proposed the lower the initial price.&#x20;

<img src="https://1265371261-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxxJ0LIXf1rlOZ3GHpKwI%2Fuploads%2F4A11VJdwmBpH3gvKqoPh%2Ffile.excalidraw.svg?alt=media&#x26;token=6d41b239-124e-4a30-b5aa-4022602a8cee" alt="" class="gitbook-drawing">

### 2. Approval/Disapproval&#x20;

When the `creditline` is [approved](https://limitless.gitbook.io/rammlend/products/universal-creditline/approval-criterion), the protocol's vault will supply to this `creditline` contract and the borrower can post collateral to make a drawdown.&#x20;

<img src="https://1265371261-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxxJ0LIXf1rlOZ3GHpKwI%2Fuploads%2Fl0cL1uJKsa5Ntq2PkQ9Z%2Ffile.excalidraw.svg?alt=media&#x26;token=9fbc1d0f-a5cb-4dd8-8fe0-a4a7757daf31" alt="" class="gitbook-drawing">

###

How does this differ from the [Lendingpool](https://limitless.gitbook.io/rammlend/products/universal-lending-pool)? In a lending pool a borrower would be able to take out a loan instantly, if one of the pools in the protocol supports the collateral/condition of the borrower *or* the borrower's loan principal is under a threshold. If else, the borrower would have to propose an individual `creditline`  where the managers will assess and buy `longZCB` on a case-by-case basis

###
