-
Notifications
You must be signed in to change notification settings - Fork 630
Add ERC: DeFi Protocol Solvency Proof Mechanism #922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
🛑 |
I attach a video of the tests carried out using a frontend interface Screen.Recording.2025-02-03.at.09.24.30.movFor more details about the EIP, this is the complete repository with the implementations and tests: Link |
Update of typescript code blocks for solidity
…o feat/erc-draft
title: DeFi Protocol Solvency Proof Mechanism | ||
description: An interface for verifying and reporting DeFi protocol solvency status through smart contracts | ||
author: Sean Luis Guada Rodríguez (@SeanLuis) <[email protected]> | ||
discussions-to: https://ethereum-magicians.org/t/tbd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to create a topic before this pull request gets merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Sam, I tried to create a topic on Ethereum Magicians by all means but I was unable to do so, is there any other way that could be possible?
…e clarity - Move implementation details from Specification to Rationale section - Ensure interface code uses CC0-1.0 license as required by standards - Enhance Rationale section with data structure design explanations - Improve Reference Implementation with detailed highlights - Update description to better reflect standard's purpose - Ensure proper license references for both interface and implementation
The commit 8a07771 (as a parent of d7835ec) contains errors. |
Description
This EIP introduces a standardized interface for DeFi protocols to implement verifiable solvency proofs.
Template Checklist
Changes
Test Results
Related Links