Algoritmos de Credit Scoring Descentralizado
Algoritmos que evalúan la solvencia mediante el historial financiero on-chain y la identidad descentralizada en lugar de burós de crédito.
DeFi tradicional requiere sobrecolateralización (ej. bloquear $150 en ETH para pedir $100). El scoring descentralizado busca crear consecuencias económicas para los impagos, como la pérdida de reputación en forma de SBTs.
graph LR
Center["Algoritmos de Credit Scoring Descentralizado"]:::main
Rel_decentralized_cloud_computing["decentralized-cloud-computing"]:::related -.-> Center
click Rel_decentralized_cloud_computing "/terms/decentralized-cloud-computing"
Rel_decentralized_derivatives_pricing_models["decentralized-derivatives-pricing-models"]:::related -.-> Center
click Rel_decentralized_derivatives_pricing_models "/terms/decentralized-derivatives-pricing-models"
Rel_decentralized_perpetual_futures_funding["decentralized-perpetual-futures-funding"]:::related -.-> Center
click Rel_decentralized_perpetual_futures_funding "/terms/decentralized-perpetual-futures-funding"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explícalo como si tuviera 5 años
En el mundo real, un buró de crédito es como un profesor que anota cada vez que pides prestado. El scoring descentralizado es como tu reputación en un videojuego: el sistema mira tus estadísticas públicas (misiones cumplidas, oro comerciado) para decidir si eres de fiar, sin saber tu nombre real.
🤓 Expert Deep Dive
❓ Preguntas frecuentes
Why does DeFi need credit scoring?
Currently, to borrow money in DeFi, you usually have to deposit more money than you borrow (overcollateralization) because lenders don't know who you are. Credit scoring allows for undercollateralized lending, where a good reputation lets you borrow more efficiently.
How can a credit score be private if the blockchain is public?
By using Zero-Knowledge Proofs (ZKPs). A ZKP allows a system to cryptographically verify that your credit score is 'above 700' without actually revealing the number or your identity to the public ledger.
What happens if I default on a decentralized loan?
Since you are pseudonymous, traditional debt collectors can't find you. However, your wallet's decentralized credit score will plummet, and any non-transferable reputation tokens (Soulbound Tokens) will reflect the default, locking you out of future DeFi opportunities.