Table des matières

DustEthic Whitepaper - Relayers

French version: Le Livre Blanc DustEthic - Relayeurs

Version: 1.0-draft
Date: 2025-12-10
Last updated: 2025-12-10


0. Important disclaimer - document status

This document combines two types of information:

As a result:

This document must be read as a design and discussion support, not as a final description of a production system.


1. Executive summary

This section of the whitepaper describes the role of relayers in the DustEthic ecosystem, the commission models being considered, technical integration options, and some high-level examples of potential revenues.

DustEthic relayers are inspired by existing building blocks of Account Abstraction on Ethereum and L2s (ERC-4337, EntryPoint, UserOperations, bundlers, paymasters), and by ongoing work around EIP-7702 which allows externally owned accounts to temporarily benefit from smart-account-like functionality.

Main goals:


2. Context and the role of DustEthic relayers

2.1 The “dust” problem

“Dust” refers to small residual balances that are usually too low to be moved economically because of gas or withdrawal fees. DustEthic’s idea is to transform these dormant amounts into aggregated micro-donations for partner NGOs.

Key challenge: the fixed cost of an on-chain transaction remains significant even for very small amounts, which makes aggregation and gas optimization essential.

2.2 Specific role of a DustEthic relayer

A DustEthic relayer is a technical operator that:

In the proposed architecture, the relayer is a replaceable component. Multiple relayers can coexist and compete (fees, SLAs, supported networks, etc.).


3. Proposed high-level architecture

3.1 Technical inspirations

The DustEthic relayer architecture is inspired by:

DustEthic does not reinvent these building blocks. It proposes a donation-oriented standardization layer on top.

3.2 Conceptual flow of a donation via a relayer

Simplified scenario:

  1. The user opens a DustEthic-compatible wallet and sees their eligible dust balances (by network and token).
  2. They configure a donation (for example “donate all my USDC dust on this L2 to NGO X”).
  3. The wallet constructs a UserOperation or meta-transaction containing:
    1. The dust transfer instructions.
    2. DustEthic metadata (NGO, campaign, tags).
  4. The DustEthic relayer receives and validates the request, then batches multiple operations into a bundle when it makes economic sense, and submits it through a DustEthic contract.
  5. The DustEthic contract moves funds from donors’ accounts to a DustEthic collection address for the NGO and logs the data needed for transparency.
  6. Periodically or after a threshold is reached, the contract forwards aggregated funds to the NGO (an address controlled by the NGO).

3.3 Software layers

A DustEthic relayer can be decomposed into several layers:


4. Considered commission models

4.1 Variables and notation

For a given period (for example one month):

Generic formula:

4.2 Model 1 - Donor-side commission

Principle:

Example:

Pros:

Cons:

4.3 Model 2 - NGO-side commission

Principle:

Pros:

Cons:

4.4 Model 3 - Split commission

Principle:

4.5 Model 4 - B2B subscription for wallets and platforms

Principle:

Pros:

Cons:

4.6 Possible combinations

A single DustEthic ecosystem can allow multiple models to coexist, for example:


5. Potential gains for a DustEthic relayer

These scenarios are illustrative and do not constitute revenue promises.

5.1 Example assumptions

Assume:

5.2 Simplified calculations

5.3 Gas-cost sensitivity

Key factors:

Conclusion: in practice, DustEthic relayers will likely prioritize L2s for most dust flows.


6. Integrating relayers into the DustEthic ecosystem

6.1 Wallet-side integration

6.2 NGO-side integration

6.3 Integration with existing AA providers


7. Governance, transparency and security

7.1 Public contracts and standards

7.2 Proof of correct execution

7.3 Key management and operational risks


8. Caveats and critical analysis


9. Proposed roadmap for DustEthic relayers


10. References (for this relayer section)

These external sources do not define DustEthic but describe the technical building blocks that inspire this design.