Skip to content

Commit bfb1b19

Browse files
Update README.md
A few good practice updates and notes added.
1 parent cc0641e commit bfb1b19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Jup V3 DCA Bot
22
This bot runs a simple dollar cost averaging strategy to buy assets over a period of time. It utilizes [Jupiter Aggregator](https://jup.ag), a swap aggregator on Solana.
33

4-
This code was made to experiment and learn. It has not been thoroughly tested and is unaudited. Please use at your own risk!
4+
This code was adapted from ARBProtocol's jup-dca-bot and has been updated to experiment and learn. It has not been thoroughly tested and is unaudited. Please use at your own risk!
55

6-
Based on the [Jupiter Core Example](https://github.com/jup-ag/jupiter-core-example)
6+
It is best practice **not to store tokens** on the wallet used with this bot apart from what is needed for swapping. Setting up a schedule to move tokens (not needed on the wallet) to a cold-storage hardware backed wallet (aka Ledger wallet) should be implemented to secure the DCA tokens being collected.
7+
8+
Based on the [ARB Protocol DCA Bot](https://github.com/ARBProtocol/jup-dca-bot)
79

810
![Jup DCA Bot Demo](img/demo.gif)
911

0 commit comments

Comments
 (0)