# Connect to Orchestrator

**Prerequisites :**

* **ETH**
  * Ensure that you have sufficient ETH for gas fee.&#x20;
    * You can bridge ETH from Etherum to Swan Chain by visiting [https://bridge.swanchain.io](https://bridge.swanchain.io/).
  * Ensure that you have sufficient Swan Credit Token (SWANC) for collateral.
    * You can obtain SWANC by following this [guide](https://docs.swanchain.io/swan-chain-campaign/swan-chain-mainnet/swan-credit-token).
* **Obtain Filecoin V28 Parameters (optional)**
  * To complete UBI tasks, you need to have the Filecoin V28 parameters.&#x20;
  * 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.&#x20;

**Step 1: Setup Your Computing Provider**

Follow this [guide](https://docs.swanchain.io/bulders/computing-provider/fog-computing-provider-fcp/computing-provider-setup) to deploy your Computing Provider and make sure you have the latest version installed.

{% embed url="<https://github.com/swanchain/go-computing-provider>" %}

**Step 2: Deposit SWANC Tokens as Collateral**

```
 computing-provider collateral add --fcp --from <YOUR_WALLET_ADDRESS>  <amount>
```

**Note:** Currently one AI task requires 5 `SWANC`. Please deposit enough collaterals for the tasks

**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:

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

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

<figure><img src="https://3478205236-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcvUWH8GhRCqvKwuN0BGF%2Fuploads%2F33Hkn3ijzSOHV1kPQRRP%2Fimage.png?alt=media&#x26;token=2aa76b38-9a27-4782-8f80-4a0f52cf17a6" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3478205236-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcvUWH8GhRCqvKwuN0BGF%2Fuploads%2FvwUo2zpFfmrHHafsOHP5%2Fimage.png?alt=media&#x26;token=5ab3b487-5b86-4850-97d4-1b7fc85c1d1d" alt=""><figcaption></figcaption></figure>

**Congratulations!**&#x20;

Your nodes are now ready to receive task assignments. You can check the status of your nodes [here](https://orchestrator.swanchain.io/provider-status).
