# Connect to Orchestrator

**Prerequisites :**

* **ETH**
  * Ensure that you have sufficient ETH for gas fee.
    * 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](/swan-chain-campaign/swan-chain-mainnet/swan-credit-token.md).
* **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](/bulders/computing-provider/fog-computing-provider-fcp/computing-provider-setup.md) 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="/files/2MZ97d7J4KOcW5dNDvv9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FgnU310d0W1r2fx8xZNX" alt=""><figcaption></figcaption></figure>

**Congratulations!**

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.swanchain.io/bulders/market-provider/ai-ml-orchestrator/connect-to-orchestrator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
