Connect to Orchestrator

Prerequisites :

  • SwanETH

    • Ensure that you have sufficient SwanETH for collateral.

    • You can obtain SwanETH following this guide and bridge them from Sepolia to Swan Saturn Chain

  • Obtain Filecoin V28 Parameters (optional)

    • To complete UBI tasks, you need to have the Filecoin V28 parameters.

    • Make sure you have the parameters corresponding to 512M and 32G sectors, as these cater to different task requirements.

Ensure that you have completed all these preparations before connecting to the Orchestrator.

Step 1: Setup Your Computing Provider

Follow this guide to deploy your Computing Provider and make sure you have the latest version installed.

Step 2: Deposit SwanETH Tokens as Collateral

To connect to the Orchestrator, a minimum of 0.01 SwanETH tokens must be deposited as collateral for each task. Use the following command to deposit tokens into the contract:

# Collateral deposit command
computing-provider collateral add [Wallet Address] [Amount]

Example: Deposit 1 SwanETH token as collateral

computing-provider collateral add 0xFbc1d3...2373 1

Step 3: Real-Time Monitoring

Stay informed about your collateral balance by checking it in real-time. If the balance falls below the configured threshold, a warning No sufficient collateral Balance, the current collateral balance is ...will be logged.

Option 1: Check your collateral information by using the following command:

# Check CP wallet Swan token balance and collateral information
computing-provider collateral info

Option 2: Log in to Dashboard > Profile > CP Collateral Check

Congratulations!

Your nodes are now ready to receive task assignments. You can check the status of your nodes here.

Last updated