# Token

Actions for Tokens form the operational backbone for executing predefined tasks or transactions involving tokens. Here's a breakdown of the diverse token-related actions available:

1. **Buy/Sell Token:**
   * **Description:** Automate the process of purchasing or liquidating a designated token based on user-defined triggers or conditions. This action facilitates the seamless execution of token trades according to specified criteria.
2. **Transfer Funds:**
   * **Description:** Execute smooth asset transfers between specified wallets or smart contracts in response to pre-set triggers or conditions. This action ensures efficient movement of tokens based on defined criteria.
3. **Leverage (Open Long):**
   * **Description:** Initiate a leveraged long position on a particular asset. Users can open positions leveraging the token's value. Additionally, this action facilitates the closing and settlement of outstanding long positions, optimizing portfolio management.
4. **Leverage (Open Short):**
   * **Description:** Initiate a leveraged short position on a specific asset. Users can open positions to benefit from downward price movements. Furthermore, this action allows the closing and settlement of outstanding short positions, ensuring comprehensive position management.

{% hint style="info" %}
These actions empower users to execute various token-related tasks with precision and efficiency, based on predetermined conditions or triggers within the zkAutomate platform.
{% endhint %}

> **Note:** Understanding the intricacies and implications of these token-related actions is crucial for precise and effective automation within zotto. Mastery of these functionalities enables users to optimize their token strategies and streamline token-related transactions seamlessly.


---

# 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.zotto.ai/actions/token.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.
