Back to explore
Season 1 · DeFi & Open Finance

MyDeFi 023

Decentralized lending & borrowing platform with instant flash loans and yield optimization on multiple chains.

Stage 1, ReviewDeFi & Open Finance

by rupam5464 · submitted May 29, 2026

Community votes

0

Voting opens when this submission reaches the Top 10 stage.

Overall score

/ 100

Weighted average across the 5 judging criteria.

Description

01/03

What the builder said.

Written by the team, rendered as the markdown they typed in the submission wizard.

// SPDX-License-Identifier: MIT pragma solidity ^0.8.20;

contract MyDeFi { string public name = "MyDeFi"; uint256 public totalSupply = 1000000 * 10 ** 18; address public owner;

constructor() {
    owner = msg.sender;
}

function getProjectInfo() public pure returns (string memory) {
    return "Decentralized lending platform on OPN Chain";
}

}

Roadmap

02/03

What ships next.

The builder's own next-quarter plan. Use it to gauge follow-through and ambition.

// SPDX-License-Identifier: MIT pragma solidity ^0.8.20;

contract MyDeFi { string public name = "MyDeFi"; uint256 public totalSupply = 1000000 * 10 ** 18; address public owner;

constructor() {
    owner = msg.sender;
}

function getProjectInfo() public pure returns (string memory) {
    return "Decentralized lending platform on OPN Chain";
}

}

On-chain proof

03/03

1 contract on OPN Chain.

The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.

  • 01MyDeFiPrimary

    0x90fc0dE54A59d2c93ab3C4e209D87D548021b75a

    tx 0x04a984b16c32b642c2171d90c283260f3d18a51f600793784c7f8564fc947b99

    deployed May 29, 2026 · block 17510917