# 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.
