Skip to content

How UniFil works

prometheus-uni edited this page Sep 18, 2021 · 4 revisions

UniFil provides Filecoin mining services in a decentralized manner. The system can be divided into 3 layers: Participation, Service, and Reward, as illustrated below.

The Participation layer is for users to participate in different mining services. It contains 3 modules:

  1. An ERC-20 token called "xFIL" which is 1:1 pegged to FIL
  2. A cross-chain bridge built between FIL and xFIL
  3. A smart contract called "Mining Contract" for staking xFIL to participate in mining services

The Service layer maintains mining services from different service providers. These providers are selected by the UniFil DAO through voting.

The Reward layer is for users to claim their mining rewards. It has 2 modules:

  1. A reward settlement module
  2. A token withdrawal module

Overall, users only need to use their Ethereum addresses to take part in the Filecoin mining services provided by UniFil, without providing any personal information.

The specifications of these modules are listed as follows:

  • xFIL: Bridging Filecoin to the DeFi world
  • Mining Contract
  • Reward Settlement
  • Token Withdrawal
Clone this wiki locally