Decentralized stablecoin protocol with collateralized debt positions and Chainlink price oracles
A decentralized stablecoin protocol where users deposit ETH as collateral to mint DSC tokens. The system maintains a 50% collateralization ratio with a minimum health factor of 1.5 to ensure stability and uses Chainlink price oracles for accurate, real-time asset valuation.
Key Features:
How it works: Users deposit ETH collateral and receive the ability to mint DSC stablecoins. The protocol enforces a 50% collateralization requirement - if collateral value drops, the health factor decreases. If health factor falls below 1.5, liquidators can liquidate positions to protect the system. This over-collateralization model ensures every DSC token is backed by real value, maintaining the $1 peg even during market volatility.
Architecture: The smart contracts handle collateral management, stablecoin minting/burning, liquidation mechanisms, and price feed integration. All contracts are thoroughly tested with Forge test suite and deployed on Ethereum Sepolia testnet with full open-source transparency.
How it's made:
This project is a decentralized stablecoin protocol built on Ethereum using Solidity smart contracts. The backend leverages Foundry/Forge for smart contract development, testing, and deployment.
Key Technologies:
Architecture: The system uses a collateralized debt position (CDP) model where users deposit ETH as collateral to mint our decentralized stablecoin (DSC). The protocol maintains a 50% collateralization ratio with a minimum health factor of 1.5 to ensure system stability.
Smart Contract Features:
All contracts implement:
Testing & Deployment: All contracts are thoroughly tested using Forge's test suite with multiple test cases covering edge cases and security scenarios. The protocol is deployed on Sepolia testnet with public GitHub repository for transparency and community verification.

