Skip to content

MnemOnicE/credon-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credon Protocol (v2.0)

"A financial ecosystem where verifiable trust, rather than capital accumulation, serves as the primary form of value."

What is Credon?

The Simple Version (Non-Technical)

Imagine a financial network where your good reputation is literally your collateral.

In the current banking system, to get a loan, you need a high credit score (which is basically a measure of how much debt you've had) or a lot of physical assets to put on the line. Credon is different. It's a peer-to-peer community where people lend to each other based on verifiable trust.

How it works: You start small. You take a micro-loan and pay it back, or you successfully vouch for a friend who does the same. Every time you prove you are reliable, your "Trust Score" goes up. As your score climbs, you get access to larger loans, voting power in the network, and actual monetary rewards.

You can't buy a good score with a giant bank account; you have to earn it over time. And to keep scammers out, you can only join if an existing user vouches for you by locking up some of their own money. If you cheat the system, your sponsor loses their money, and your reputation is destroyed. It makes it mathematically disastrous to be a bad actor.

The Under the Hood Version (Technical)

Credon is an under-collateralized, Sybil-resistant DeFi lending protocol driven by a trust-backed crypto-economic model. It departs from debt-backed fiat and plutocratic DeFi (where "1 token = 1 vote") by decoupling capital from network influence.

The ecosystem operates on a dual-token architecture: $CRE (a liquid ERC-20 utility token) and $CRED (a soulbound, non-transferable governance token). User reliability is quantified on-chain by the TrustLedger, an engine that applies multi-factor algorithms (EigenTrust and PageRank) alongside a Social Distance Factor to analyze user interaction graphs. To neutralize Sybil attacks and wash-trading, the protocol enforces Bonded Endorsements—a game-theoretic onboarding mechanism requiring established nodes to stake collateral to vouch for new wallets.

Complex reputation states and high-frequency micro-loans are batched and processed off-chain via ZK-Rollups, ensuring L1 security with L2 scalability.


The Etymology of Credon: The Fundamental Unit of Trust

The name Credon is a synthesis of two distinct concepts, representing the protocol's goal of turning human reliability into a mathematically verifiable system.

  • Credo (Latin): Meaning "I believe" or "I trust." It is the root of words like credit, credibility, and credentials. In the current fiat system, credit is a measure of debt. In this protocol, credo reclaims its original meaning: a measure of verifiable faith between peers.
  • -on (Physics Suffix): Used in particle physics to denote a fundamental particle or quantum of a field (e.g., photon, boson, electron).

The Synthesis: A Credon is conceptualized as the fundamental, indivisible unit of trust within an economic system. Just as a photon is a quantifiable packet of light that interacts with the physical universe, a Credon represents a quantifiable packet of human reliability interacting within an economic ecosystem. By perfectly tracking these fundamental micro-interactions of trust, the macro-economy naturally stabilizes—as within, so throughout.


Why Use Credon?

Traditional finance is backed by sovereign debt, and standard DeFi is ruled by "whales" who can buy governance and dictate protocol rules simply because they hold the most capital. Both systems inherently favor those who already have wealth.

Credon is built to dismantle that plutocracy. You should use Credon if you believe that financial mobility should be based on merit, integrity, and long-term community contribution.

It provides a secure, decentralized environment where people with low initial capital but high reliability can leverage their behavioral track record to gain access to liquidity.


Core Architecture

The protocol is built on a dual-token system governed by a multi-factor reputation engine:

  • $CRE (Credon Coin): The liquid, ERC-20 utility token used for economic transactions, peer-to-peer lending, staking, and network fees.
  • $CRED (Credon Badge): A soulbound (non-transferable) governance token earned strictly through time-weighted, positive participation. It grants "One-Person-One-Vote" power, decoupling network influence from raw wealth.
  • The TrustLedger: A dynamic, on-chain reputation system utilizing EigenTrust and PageRank algorithms. It evaluates the success rate, network diversity (Social Distance Factor), and history of a user's interactions to generate a definitive TrustScore.

Sybil Resistance & Security

To prevent plutocratic takeover and bot-farm manipulation, Credon utilizes:

  1. Bonded Endorsements: New users must be sponsored by established participants. Both parties lock up collateral, creating severe asymmetric risk for endorsing bad actors.
  2. Logarithmic Reputation Scaling: Trust is earned through consistent, diverse interactions over time, neutralizing the ability of "whales" to buy reputation through high-volume wash trading.
  3. ZK-Rollup Integration: Complex reputation calculations and micro-transactions are bundled off-chain to maintain high throughput and low gas fees.

Repository Structure

  • /contracts - Solidity smart contracts powering the core protocol ($CRE, $CRED, TrustLedger).
  • /simulations - Python-based agent modeling to stress-test the protocol's game theory.
  • /docs - Adversarial analysis, v2.0 whitepaper drafts, and architectural maps.
  • /scripts - Deployment and CI/CD scripts.
  • /tests - Unit and integration tests for all smart contracts.

  • Licensed under AGPLv3.*

About

Credon is a decentralized finance (DeFi) crypto-economic protocol designed to facilitate peer-to-peer lending. It fundamentally shifts the paradigm of currency creation from a debt-backed model (traditional fiat) to a trust-backed model, where new liquidity is only minted as a direct reward for productive, reliable network activity.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors