Transparency

DustEthic proof must show where each unit of the batch goes.

Transparency is not just publishing a hash. It must make gross amount, gas, fees, optional commission and NGO net amount recalculable.

Economic proof

A batch must be verifiable without trusting the relayer’s story.

Each line has a purpose: what came in, what went out, what reached the NGO and where to verify it.

batch IDDE-2026-0042
gross collected128.40 USDC
gas reimbursed0.82 USDC
relayer commission6.42 USDC
NGO net121.16 USDC
Educational example not executed - not real proof
Verification sources

Useful sources are those that let people repeat the control.

Public transaction

Hash, network, date, status and compatible explorer when execution is on-chain.

Batch file

JSON or CSV export with batch ID, assets, amounts, fees, commission, NGO net and exclusions.

Applied standard

Version used to calculate fees, execution threshold and NGO net amount.

Beneficiary NGO

Receiving address or account, possible receipt, public name and related campaign.

Minimum questions

Correct proof must answer four questions.

What came in?

Assets, networks, aggregated amounts, number of participations and covered period.

What was deducted?

Gas, technical costs, commission, optional reserve and justification for each line.

What arrived?

Final net received by the NGO, settlement asset or currency, date and beneficiary.

Where to verify?

Hash, transaction, batch export, standard version and public verification link.

Relayer

The relayer may be paid, but nothing should be hidden.

In the target model, the relayer performs real work: sorting participations, execution, possible gas advance, threshold checks and proof publication.

Advanced gas

If the relayer advances gas, reimbursement appears as a separate line.

Commission

The commission must be public, capped and calculated according to a rule known before execution.

No promise

DustEthic promises no return, no free gas and no perfect optimization. It requires visible costs.

Proof example

The format must be readable without proprietary tooling.

{
  "batch_id": "DE-2026-0042",
  "standard_version": "1.0.0-phase0",
  "status": "educational_example_not_executed",
  "period": "2026-06",
  "network": "arbitrum-one",
  "asset": "USDC",
  "gross_collected": "128.40",
  "deductions": {
    "gas_reimbursed": "0.82",
    "relayer_commission": "6.42",
    "technical_reserve": "0.00"
  },
  "ngo_net_amount": "121.16",
  "public_verification": {
    "tx_hash": null,
    "batch_file_hash": "sha256:..."
  }
}
Current limit: DustEthic is in phase 0. No real batch proof is published until a real-money pilot has been legally, technically and NGO-validated.