+ This example adapts the flow from the Shadowgraph Reputation-Gated Airdrop project into the EQBSL Explorer. + It shows how evidence becomes an opinion, how that opinion becomes a scaled reputation score, and how that score gates an airdrop claim. +
+ + View reference implementation + + ++ Think of this as a simple reputation record. Positive evidence means "things this wallet did well." Negative evidence means "things that count against trust." +
+How many credible attestations or endorsements the claimant received from other parties.
+Completed deliveries, valid prior claims, or other successful on-chain / off-chain outcomes.
+Complaints, bad attestations, disputes, or moderation-relevant negative outcomes.
+Heavier-weight negative signals such as sybil detection, fraud markers, or severe policy violations.
+Switch between signed claims and proof-based claims.
+Controls how quickly higher reputation reaches maximum payout.
+The reference ZK path uses a freshness window; the example defaults to 7 days.
++ Parameters below mirror the reference project: score scale 0..1,000,000, floor 600,000, cap 1,000,000, payout range 100..1000 tokens. +
+Where the current score sits relative to floor and cap.
++ {{ eligibilityMessage() }} +
++ {{ freshnessMessage() }} +
++ {{ claimPathDescription() }} +
++ In a real system, these values would come from attestations, claim history, dispute data, fraud heuristics, and timestamps. This demo compresses that into a few believable source counts. +
++ The airdrop pipeline is easier to read as a sequence: reputation input, trust computation, proof or signature preparation, eligibility checks, then payout. +
+{{ step.body }}
+- This video covers the fundamental limitations of traditional trust scores, EBSL's uncertainty modeling, zero-knowledge proofs, quantum-resistant extensions, and real-world applications. + This video covers the limitations of traditional trust scores, EBSL uncertainty modeling, proof-carrying trust, and applied reputation use cases.
-+ Applied use case. See how EBSL/EQBSL reputation becomes an eligibility score, a payout curve, and either an ECDSA or ZK claim path. +
+- These papers represent ongoing research into EQBSL (Extended Quantum Belief State Logic), - zero-knowledge proofs, and trust-based systems. For the latest updates and source code, + These papers represent ongoing research into EQBSL, proof-carrying trust, + and evidence-based trust systems. For the latest updates and source code, visit our GitHub repository.