Mechanism

1. UBI Eligibility

Hardware Performance

  • Providers must meet a minimum hardware performance threshold to qualify for UBI.

  • The performance can be benchmarked using algorithms like zk-proof, ensuring that the provider's hardware is capable of supporting the ecosystem's computational needs.

Proof of Ownership

  • Providers must demonstrate proof of ownership of their hardware resources.

  • This proof should be posted on-chain, ensuring transparency and verifiability.

2. UBI Calculation

2.1 Base UBI

Every qualified provider in the Swan ecosystem is eligible to receive a base UBI amount.

Equation:

UBIbase=VubiUBI_{base} = V_{ubi}

Where:

  • UBIbase UBI_{base} is the base UBI for the provider.

  • Vubi V_{ubi} is the value of the UBI in Swan Tokens.

2.2 Job Income Deduction

If a provider earns income from jobs, this income will be deducted from their UBI. If their job income exceeds the average UBI, they will not receive any UBI.

Equation:

UBInet=UBIbaseIjobUBI_{net} = UBI_{base} - I_{job}

Where:

  • UBInet UBI_{net} is the net UBI after deducting job income.

  • Ijob I_{job} is the income earned from jobs.

Condition:

if(Ijob)>=(UBIavg),then(UBInet)=0if ( I_{job} ) >= ( UBI_{avg} ), then ( UBI_{net} ) = 0

Where:

  • UBIavg UBI_{avg} is the average UBI income.

3. Funding UBI

The funds for UBI can be sourced from:

  • A portion of the fees collected from job creators.

  • A reserve fund set up by Swan during its initial token offering or fundraising.

  • Voluntary contributions from larger providers or stakeholders.

4. Periodic Review

The UBI model, eligibility criteria, and funding sources should be reviewed periodically. This ensures that the system remains fair, sustainable, and aligned with the evolving needs of the Swan ecosystem.

Last updated