# Whitelist URLs

{% stepper %}
{% step %}

### Super Validators

Tradecraft needs to communicate with Super Validator nodes to get disclosed contracts that are not available on the local participant node.

Update your firewall/egress rules to whitelist all the Super Validators listed here:

<https://sync.global/sv-network/>

This step is typically already completed when setting up your node as described here:

<https://docs.sync.global/validator_operator/validator_networking.html#egress>
{% endstep %}

{% step %}

### Token URLs

{% embed url="<https://api.tradecraft.fi/v1/tokens.json>" %}

Also whitelist the URLs for any of the tokens you wish to trade in the above file.

{% hint style="info" %}
We intend to remove this step from the install process in the future and make new tokens immediately available to trade without manual whitelisting.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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.tradecraft.fi/app-documentation/installation/integrations.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.
