Preparation
Last updated
During the testing process, if you encounter any issues, please contact us
https://t.me/may1618
You must prepare TWO WALLETS before deployment:
BTC Wallet - If the borrower defaults, the lender automatically gains control of the BTC collateral through the Taproot script, allowing them to seize the BTC as compensation.
ETH Wallet - Deploys the loan contract on Ethereum, provides the loan to the borrower, and withdraws repayment after the borrower has successfully repaid.
For BTC Wallet:
Wallet Address, to NEXUS_CONFIG_BTC_ADDRESS
Private Key (Hex Format), to NEXUS_CONFIG_BTC_PRIVATE_KEY
For ETH Wallet:
Wallet Address, to NEXUS_CONFIG_ETH_ADDRESS
Private Key (Hex Format), to NEXUS_CONFIG_ETH_PRIVATE_KEY
Security is paramount. You need TWO wallets that are fully under your control and supported by the Hodlfi protocol.
Xverse Wallet
MetaMask Wallet
Hex Private Key for the Address: The Hodlfi Nexus requires this private key to sign transactions. Please export it strictly according to your wallet's tutorial and keep it as secure as your seed phrase.
Your Hodlfi Nexus requires a stable server environment to run.
It is recommended to use Amazon Web Services (AWS), Linode, or other reputable cloud service providers.
CPU: 2 Cores
Memory (RAM): 4 GB
Storage: 40 GB
Operating System: Ubuntu 20 (or newer) / CentOS 8 (or newer)
Network: A stable public IPv4 connection.
Last updated