# 🦺Safety tips

To use our bot you need to enter your passphrase. It is important to point out to never use your main phrase, even if the bot has a robust encryption system, it is never recommended to use your main wallet for anything.

{% hint style="danger" %}
WARNING: of course the TEAM DOES NOT HAVE ACCESS to your private phrase.
{% endhint %}

## ❔Why do I need to use my phrase?

For any transaction to be carried out within the blockchain, it needs the signature of its private key, here is an example.\
\
`transaction =` \
`contract.functions.approve(routerAddress, amount ).buildTransaction({ 'gasPrice': Web3.toWei(gas, 'gwei'),` \
`'gas': 300000,` \
`'from': Web3.toChecksumAddress(settings['WALLETADDRESS']),` \
`'nonce': client.eth.getTransactionCount(settings['WALLETADDRESS']) })` \
\
`signed_txn = client.eth.account.signTransaction(transaction, private_key=settings['PRIVATEKEY'])`\
\
The only way to maintain communication speed with the blockchain, Dragon needs to use a passphrase/private key

\ <br>

\ <br>

\
\ <br>


---

# 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://acinonyx-1.gitbook.io/dragonfly/welcome/safety-tips.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.
