> For the complete documentation index, see [llms.txt](https://tv-connector.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tv-connector.gitbook.io/docs/setup/bluefin-setup.md).

# Bluefin Setup

Please deploy the latest version of the tool if you've ever used it before

{% embed url="<https://tv-connector.gitbook.io/docs/setup/faq#how-to-deploy-the-latest-version-of-the-tool>" %}

* Export passphrase from your SUI wallet(we highly recommend generating a new passphrase) and Specify a[ required variable in your .env file](https://tv-connector.gitbook.io/docs/setup/run-on-cloud-service#environment-variables)

<figure><img src="/files/iQifZCi7QQHrJUYvOedx" alt="" width="360"><figcaption></figcaption></figure>

* Set Leverage ratio you prefer on [Bluefin exchange frontend](https://trade.bluefin.io/)

The connector tools fetches leverage ratio from there

<figure><img src="/files/ZcXg0n1gGAIuFhWSRqvd" alt="" width="375"><figcaption></figcaption></figure>

* Specify "bluefin" to "exchange" field in Tradingview alert message.

sample alert template

```json
{
"exchange": "bluefin",
"strategy":"testStrategy",
"market":"ETH_USD",
"size":"0.01",
"reverse":false,
"order":"{{strategy.order.action}}",
"position":"{{strategy.market_position}}",
"price":"{{strategy.order.price}}"
}
```
