PONZRX / CHAIN INTELLIGENCECA NOT DEPLOYED · VERIFY OFFICIAL CHANNELSX
PONZRX LABS / PUBLICponzrx
READ ONLY
ON-CHAIN STRUCTURE DETECTORSEE THE
SEE THE
PONZI FIRST.
PONZRX traces capital flows of yield protocols to reveal whether rewards rely heavily on new user deposits.
Most collapses are not sudden. The structural weakness was visible from the beginning—users simply had no clear interface for seeing it.
WHY PONZRX EXISTS
High-yield pools, auto-compounding vaults and dividend protocols can appear sustainable while payouts are funded mainly by incoming deposits. PONZRX separates claimed yield from observable revenue.
It does not freeze funds or declare legal guilt. It shows the flow of capital, the dependency between deposits and payouts, and the uncertainty behind every signal.
THE SIMPLE VERSION
If rewards stop when new deposits slow down, the protocol may have a structural problem—not merely a market problem.
01 / TRACEMap deposits and payouts.
02 / CLASSIFYIdentify real revenue.
03 / WARNExplain risk signals.
src / risk-engine.ts
01type FlowClass = 'deposit' | 'revenue' | 'reward';
02
03interface RiskSignal {
04 name: string;
05 weight: number;
06 evidence: string[];
07}
08
09export async function analyzeStructure(target: string) {
10 const flows = await indexCapitalFlows(target);
11 const sources = classifySources(flows);
12 const reliance = depositDependency(sources);
13 const disclosure = compareClaims(sources);
14
15 // Signals are warnings, not legal verdicts.
16 return score({ reliance, disclosure });
17}
PONZRX TERMINALDEMO MODE
$ ponzrx status
ENGINE: READY
INDEXER: NOT CONNECTED
BOUNDARY: SAMPLE OUTPUT ONLY
Waiting for target...
BTCCAPITAL LAYERETHSETTLEMENTSOLHIGH THROUGHPUTUSDCSTABLECOINLINKORACLEPONZRXSEE THE PONZI BEFORE YOU ENTERBTCCAPITAL LAYERETHSETTLEMENTSOLHIGH THROUGHPUTUSDCSTABLECOINLINKORACLEPONZRXSEE THE PONZI BEFORE YOU ENTER