❓Common Questions
Transaction Failure
Q: What are the reasons for transaction initiation failure when buying/selling, and what should I do?
A: Transaction initiation failure is generally due to insufficient token or SOL balance, or due to restrictions imposed by the project, in which case GAS fees will not be consumed.
Insufficient wallet balance: When the SOL balance in the wallet is insufficient to cover the purchase amount or GAS.
Insufficient token balance: Transactions cannot be initiated when there are no tokens in the wallet, resulting in initiation failure.
Project restrictions: Buying initiation failure may be due to initial purchase limits or exceeding the required purchase amount of the project. In such cases, adjust and retry with smaller amounts. Selling initiation failure may occur if the project does not allow selling.
Q:What are the reasons for transaction execution failure when buying/selling, and what should I do?
A: Execution failure is generally due to a low slippage causing submission failure on-chain, which consumes gas.
It is recommended to increase the transaction slippage to avoid missing good prices, especially when participating in new projects or projects with FOMO tendencies.
Q:What are the reasons for transaction initiation failure when buying/selling, and what should I do?
A:Timeout execution is usually due to low GAS settings in the wallet or low wallet balance.
Low GAS settings: Transactions submitted to the chain are selected for packaging by miners. Low GAS settings result in lower priority for packaging by miners, leading to failure.
Low wallet balance: During transaction packaging by miners, if the SOL balance in the wallet is below 0.01, it may affect packaging speed.
Transaction Timeout
Q: What should I do if the transaction execution times out when buying/selling?
A: Transaction timeout is mostly caused by low GAS settings in the wallet. Transactions submitted to the chain are selected for packaging by miners. Low GAS settings result in lower priority for packaging by miners, leading to failure. It is recommended to increase GAS and retry.
Q: If I feel that I haven't received coins after buying or SOL hasn't been returned, what steps should I take to check?
Resend the contract to see if you have a position. Sometimes, timeouts may indicate that the transaction has actually succeeded.
In the case of multiple transactions, check if you have successfully purchased in the DEX, how many purchases were made, and at what prices. This will give you an estimate of the actual profit, as the doubling data may be inaccurate due to timeouts. To begin, open https://dexscreener.com, search for the contract address, open the candlestick chart, and input your wallet address in the indicated location. This will show you the number and amount of successful transactions. Other failures only result in gas consumption without deducting the transaction amount.

Feature Charges
Q: Are there any charges for using various tools in the community?
A: Currently, all features such as the community query bot and new project updates are free to use. However, the trading bot charges a 1% fee on the transaction amount. The revenue generated is primarily used to maintain nodes and ensure trading stability and speed.
Solana Blockchain Transaction Records Query
First,Open the blockchain explorer at https://solscan.io.
Viewing Holdings
Search for your wallet address to see all held tokens and transaction records. Let's take a whale as an example on our chain. You can search by token name or contract to see if you hold/purchased successfully.

Viewing Transaction Records
There are three table headers, as shown in the image:
Transactions: You can view a list of transactions, including the time and details of each transaction. The first column, Signature, represents the hash.
SOL Transfers: You can view reductions in SOL balance, usually used to check gas and tips for anti-front-running nodes.
SPL Transfers: You can view increases or decreases in token balances, making buy and sell amounts clear. If you feel a transaction is incorrect or notice a decrease in funds during a certain period, you can investigate by arranging them chronologically.

Viewing Specific Transactions
You can directly check whether a transaction was successful, its gas cost, and the amounts of SOL and tokens involved.
Click on SOL Balance Change to see the completion of this transaction and the total change in SOL balance, including transaction amounts and gas.

Last updated