# 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}}"
}
```


---

# 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://tv-connector.gitbook.io/docs/setup/bluefin-setup.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.
