# Lending & Synthetic Assets

These docs are a comprehensive guide to the dForce Lending & Synthetic Assets Protocol, the codebase is hosted on [Github](https://github.com/dforce-network/LendingContractsV2).

### General Lending Protocol

The general lending protocol is a pool-based lending protocol that supports multi-sided transactions (supply any supported assets to earn supply interests and act as collateral as well, then borrow any assets if you can satisfy the collateral ratio, otherwise the position could be liquidated), this is the most abstract and generalized form of a lending protocol similar with the popular protocols.

![General Lending Protocol](https://lh6.googleusercontent.com/ZEc8wddU1Etx-ay_fwnat2dgje8yGcOd8EK1vo5JSxJp3GM7qK5bD-bCvf3zxv4m1j5ClAfoCKiPzWNcqjS_XRjrThyz7vGA-ACalWb2XmwqEwGcLMQLSxVtySU7NPGjxPNOqqoB)

### Lending & Synthetic Protocol

Combination of General Lending, native Stablecoin and Synthetic Asset Protocol to capture unlimited input capacity and output synthetic capacity.

![](https://lh6.googleusercontent.com/rkc_dSpu_JMbE1GmW3tDaze-GGKsLz7iyjr-YTyQog2025WzjjTx6aShrB1ABxZnukCOLA76UPJA7ZE_qBl5MYrEBEQcRcRicWgPx1NPdg3mEe3gNIxhWVtkvyUodqXrh9sUCE_R)

###

### How to integrate with dForce Lending & Synthetic Asset Protocol?

Go to the separated content if you want to integrate the protocol. More examples and comprehensive descriptions will come later.

{% content-ref url="/pages/-M\_KVdBVT5nnUaMH9BmI" %}
[Deployed Contracts](/lend/lend-and-synth/deployed-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_KTyI75lJuPjOpi\_fg" %}
[iTokens](/lend/lend-and-synth/itokens.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M\_KUJa59I59Hhkf7Hq1" %}
[Controller](/lend/lend-and-synth/controller.md)
{% endcontent-ref %}


---

# 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://developers.dforce.network/lend/lend-and-synth.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.
