> For the complete documentation index, see [llms.txt](https://docs.iotex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iotex.io/blockchain/participate/developer-grants/grant-verticals/defi.md).

# DeFi

Decentralized Finance (DeFi) has revolutionized the financial landscape by enabling open, transparent, and accessible financial services built on blockchain technology. At IoTeX, we recognize the immense potential of DeFi applications and invite developers of all skill levels to participate in our grant program to develop innovative DeFi projects. Whether you’re creating an original DeFi application or porting an existing one from a different ecosystem, we’re eager to support your journey in leveraging IoTeX and our layer-2 infrastructure, W3bstream, to build the future of decentralized finance.

<details>

<summary>Example 1 (Original Project)</summary>

### Decentralized Lending and Borrowing Platform

**Project Name:** LoanSphere

**Description**: LoanSphere aims to develop a decentralized lending and borrowing platform that offers secure, transparent, and efficient financial services to users, without the need for intermediaries. By leveraging IoTeX and W3bstream, LoanSphere will enable users to lend and borrow assets through smart contracts, creating a thriving ecosystem for DeFi services.

**Milestones**:

1. Develop a proof of concept for LoanSphere, showcasing the core functionality of the decentralized lending and borrowing platform on IoTeX Testnet. (10% of the funds)
2. Integrate LoanSphere with existing DeFi protocols or platforms to enable seamless asset transfers, liquidity provision, and yield farming opportunities. (20% of the funds)
3. Deploy LoanSphere on IoTeX Mainnet, allowing users to securely lend and borrow assets while benefiting from transparent and efficient financial services. (20% of the funds)
4. Achieve a specific user base or transaction volume within a designated timeframe, demonstrating the platform’s success and impact on the IoTeX DeFi ecosystem. (50% of the funds)

</details>

<details>

<summary>Example 2 (Porting of a Project)</summary>

### Decentralized Exchange Ported from Ethereum

**Project Name**: Uniswap

**Description**: Uniswap is a leading decentralized exchange (DEX) on the Ethereum network, enabling users to seamlessly trade tokens, provide liquidity, and earn rewards through its innovative automated market maker (AMM) model.

**Milestones**:

1. Deploy Uniswap contracts on IoTeX (33% of the funds)
2. Integrate IoTeX ecosystem tokens (33% of the funds)
3. Achieve 100M USD in TVL (34% of the funds)

</details>


---

# 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.iotex.io/blockchain/participate/developer-grants/grant-verticals/defi.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.
