Skip to main content

Questions tagged [fees]

The tag has no usage guidance.

0 votes
1 answer
2 views

Excess amount of SOL being expended from wallet when I swap with Raydium or deposit liquidity into Raydium

This may be a problem that can occur with other Solana programs, but I digress. Whenever I attempt to swap with Raydium, it would appear as if I'm losing more SOL than I should. For example, I might ...
Code man's user avatar
0 votes
1 answer
20 views

Is there a way to know how much SOL is required to mint an NFT collection with 'x' items using sugar candy machine?

is there a way to know how much is fee to mint an NFT collection with 'x' items? And is there a way to reduce fees? I tried on devnet and it charges 0.022 sol for each NFT minting and creating with ...
Muhammed Ekici's user avatar
0 votes
1 answer
21 views

Exception in Transfer Hook program

I have a token mint with a Transfer fee and Transfer hook, I also have a hook program that limits the no of tokens sent in a single transaction. How do I make an exception in the hook program to ...
Sol Addict's user avatar
1 vote
1 answer
36 views

No transfer fee for Mint Owner

is it possible to exempt the token mint owner from the transfer fee? if not what happens when we create a market for such a token on Dex, Do all the rules apply while creating the market, like when we ...
Sol Addict's user avatar
1 vote
1 answer
64 views

Transfer max amount of SOL from wallet while accounting for gas fees

This is the current transfer instruction, with amount being the total SOL contained in the fromWallet wallet. SystemProgram.transfer({ fromPubkey: fromWallet, toPubkey: toWallet, lamports: ...
Helix Development's user avatar
0 votes
0 answers
53 views

How can I set Transaction Fee on .net project with Solnet nuget package

I use the Solnet nuget package on my .net application and I cannot assign a custom fee value for any token transfer or sol transfer in this package. After this process, it automatically gives the fee ...
Turgut Kanceltik's user avatar
0 votes
1 answer
42 views

How to correctly implement a token minting flow with Solana in a React app?

I'm working on a React app integrated with Solana blockchain, and I'm facing a challenge with the token minting flow. The goal is for users to request minting of new tokens through a backend service, ...
AlienDecoy's user avatar
1 vote
1 answer
78 views

Solana SPL-22 token fee not claimable

I made a Solana spl-2022 memecoin on Dexlab with a 4.9% fee for marketing. Some transactions are made and a withheld amount is visible on the blockchain (solscan). When I look at Dexlab's claim fee ...
VKah33's user avatar
  • 11
0 votes
1 answer
62 views

How is transaction fee calculated in details?

There's a similar question here. I've read it but still got some questions. I know the transaction fee is simply lamports_per_signature * number_of_signatures (plus a little miner tip). However, what ...
Yan's user avatar
  • 387
1 vote
1 answer
53 views

Compute Budget Program Behavior: Direct Call vs. CPI Call and Missing Fees Issue

I've been experimenting with the Compute Budget program to manage transaction costs and noticed something odd. When I invoke Compute Budget directly, everything works as expected. However, invoking it ...
GLG's user avatar
  • 11
1 vote
0 answers
3k views

How to create a Solana Token + Listing on Dexscreen?

I need a little help. My whole project seems to be harder than I thought. I want to create a coin on the Solana blockchain. Since the Solana code is a lot heavier than ETH etc. - there are many ...
Timo's user avatar
  • 11
0 votes
1 answer
394 views

How can I set the fee payer different wallet?

In Solana, how can I set fee payer as receiver wallet ? I will transfer funds from A to B but B needs to pay the fee. thank you
Coşkun Kömürcü's user avatar
1 vote
1 answer
221 views

recommendation of the priority fees and regular fees

I wanted to ask if there is a company that send me the recommendation of the priority fees, and regular fees to be the fastest in the block with API.
yaniv's user avatar
  • 11
3 votes
1 answer
301 views

T2022 Transfer fees swap?

I've been interested in Solana's ecosystem recently and digged a lot of documentation. While going through token-2022 docs I found out that the transfer fees that occur on ALL transfers are like a ...
snappy410's user avatar
0 votes
2 answers
77 views

What does it mean Garbage Collection?

I wonder what is Garbage Collection?. When an Account no longer has enough Lamports to pay its rent, it will be removed from the network in a process known as Garbage Collection. Someone let you know?....
Gus's user avatar
  • 21

15 30 50 per page