# SolTricks

## How SolTricks Works?

Solana is different from other EVM compatible chain. In Solana, a Transaction can include multiple Instructions at once. For example, if users wanted to send a batch of ERC20 token to multiple accounts. They need a contract deployed on chain,  approve that contract to access their token, but these step cost lots of gas and may encounter security problems.

However in Solana's protocol design, there is a very easy way to transfer tokens to multiple accounts. Our tool put multiple Instructions together in one Transaction,  we provides Tricks for end-users to build there own Transactions.

## What is the risk of using SolTricks?

* We have deployed a Lottery contract on chain, there isn't any audit yet. Since it's not for a big amount of token locked inside. Make sure you know that this Lottery is not a tool for being rich.
* We are not responsible for other Dapps' bugs and security issue. We choose Dapps that we uses and trust, but that is not guaranteed to be safe.

{% hint style="info" %}
As always DYOR "Do Your Own Research" before using our tool.
{% endhint %}

## What can I do with SolTricks?

* [x] Transfer Token to multiple accounts.
* [x] Close token accounts.
* [x] Create token accounts.
* [x] Token dust lottery.
* [ ] Staking in Raydium
* [ ] Send arbitrage trading between different Exchanges.
* [ ] And lots of more Tricks coming soon.


---

# 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.soltricks.io/master.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.
