How to transfer FIL?
Here are some common FIL transfer methods and their related resource links:
- Official Guide: https://filecointldr.io/how-to-buy-fil
- Metamask: https://metamask.io/
- Foxwallet: https://foxwallet.com/
- Binance: https://accounts.binance.com/enx/login
- OKX: https://www.okx.com/cn/web3
- Hiwallet: https://www.hiwallet.org/
- Brave: https://brave.com/zh/wallet/
- TP Wallet: https://tokenpocketl.org/
Tip: Both
f410
and0x
addresses are supported. You can copy the FVM address to the Filfox browser to view the correspondingf410
address, and then enter the correspondingf410
address for transfer.
How to solve network problems
- Update to the latest version
- Check wallet balance
- Ensure the balance is sufficient to pay
gas
fees
- Ensure the balance is sufficient to pay
- Use VPN
- Try to access google.com, ensure the VPN proxy is working
- Switch VPN nodes
- If the connection still has problems, consider switching to other VPN nodes
Which wallets does FILFI support
How to retrieve FIL when FILFI website is inaccessible
Since rewards and pledged coins are stored in smart contracts, if the FILFI website is inaccessible, you need to meet the following conditions to retrieve FIL:
Necessary conditions:
- Contract address: Can be found on each fundraising plan page.
- Contract source code: GitHub
- Private key of the invested wallet
With the contract address and contract source code, you can use Remix to call the contract's withdrawal method and retrieve your assets.
Operation steps:
- Visit Remix IDE
- In the left menu, select File Explorers, then click Create New File, name the file, and paste the smart contract source code into it.
- Again in the left menu, select Solidity compiler, then click Compile.
- Select Deploy & run transactions. In the Environment option, select the appropriate environment, such as Injected Provider (if using Metamask).
- In the Contract dropdown menu, select the contract you just compiled.
- In At Address, enter your contract address, then click the At Address button next to it. This will load your smart contract instance.
- The methods of your contract will be displayed below, you can directly click them to call.
Note: Some method calls may require payment of gas fees. Make sure your wallet has enough FIL to pay these fees.