mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-23 05:01:14 +10:00
feat: warp readme
This commit is contained in:
@ -79,14 +79,16 @@ You should see the following output:
|
|||||||
In case you experience a lot of failed transactions or transaction performance is too slow, you can try using `warp` for executing transactions.
|
In case you experience a lot of failed transactions or transaction performance is too slow, you can try using `warp` for executing transactions.
|
||||||
Warp is hosted service that executes transactions using integrations with third party providers.
|
Warp is hosted service that executes transactions using integrations with third party providers.
|
||||||
|
|
||||||
Using warp supports the developers of the open source project.
|
Using warp for transactions supports the team behind this project.
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
When using warp, transaction is sent to hosted service.
|
When using warp, transaction is sent to the hosted service.
|
||||||
**Payload that is being sent will contain your wallet private key**. This is needed to sign transactions.
|
**Payload that is being sent will contain your wallet private key**. This is needed to sign transactions.
|
||||||
Each request is processed by hosted service and sent to third party provider.
|
Each request is processed by hosted service and sent to third party provider.
|
||||||
**We don't store your transactions, nor we store your private key.**
|
**We don't store your transactions, nor we store your private key.**
|
||||||
|
|
||||||
|
Note: Warp transactions are disabled by default.
|
||||||
|
|
||||||
### Fees
|
### Fees
|
||||||
When using warp for transactions, fee is distributed between devlopers of warp and third party providers.
|
When using warp for transactions, fee is distributed between devlopers of warp and third party providers.
|
||||||
In case TX fails, no fee will be taken from your account.
|
In case TX fails, no fee will be taken from your account.
|
||||||
|
|||||||
Reference in New Issue
Block a user