> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/cwallet-tools/cwallet-loan/cwallet-loan-how-to-get-started.md).

# Cwallet Loan: How to Get Started

**Step 1: Access the Loan Service**

* Open the Cwallet website and log in to your account.
* Navigate to the 'Loan' section from the main menu.

<figure><img src="/files/t2KG8eCrG9ruOXPdF4bR" alt=""><figcaption></figcaption></figure>

**Step 2: Apply for a Loan**

* In the 'Loan' section, you'll find options for the type of loan you want to take out. Choose 'Fixed Rate' to lock in the interest rate throughout the term of your loan.
* Enter the loan amount you require in the 'Loan Amount' field.

**Step 3: Collateral Set Up**

* Once you've entered the loan amount, Cwallet automatically calculates and sets the required amount of collateral based on the current value of your chosen cryptocurrency.

**Step 4: Review and Confirm**

* Review the estimated Annual Percentage Rate (APR) and ensure it meets your expectations.
* Click on the 'Start Borrowing' button to proceed.

<figure><img src="https://lh7-us.googleusercontent.com/Hl9-WwIKGeE8Z1qXRLfYx1T7i57x72l0frYpNFcLY_XWLaFmswgP8TxtpERJumBGePf9a7pkdS386gyzeje3nUWnoyQVaw5rUfWLo1SmkImYeUpBCxZ0OLqrjmn38GeJaXj9EEvtyP3aqM3dFT5ZXH0" alt=""><figcaption></figcaption></figure>

**Step 5: Completing the Loan Process**

* Cwallet will then guide you through the process of depositing your collateral.
* Follow the on-screen instructions to deposit the specified cryptocurrency into your Cwallet.
* Once the deposit is confirmed, Cwallet will disburse the loan amount to your account.

**Step 6: Managing Your Loan**

* You can monitor your loan status and view repayment options in your Cwallet dashboard.
* Make repayments at your convenience or according to the repayment schedule provided by Cwallet. &#x20;

  <figure><img src="/files/Bqo47oz97KWtD7URtYUj" alt=""><figcaption></figcaption></figure>

Step 6: Redeeming Your Collateral

* After you have repaid the loan in full, you can redeem your collateral.
* Go to the loan section and select 'Redeem Collateral'.
* Confirm the action and the collateral will be unlocked and transferred back to your wallet.

{% hint style="info" %}
Cwallet is offering a 3-day grace period for repayment of overdue transactions. You need to pay 250% interest every day. All assets will be liquidated if the overdue transactions are not settled within this grace period.
{% endhint %}

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cwallet.com/cwallet-tools/cwallet-loan/cwallet-loan-how-to-get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
