You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# Jup V3 DCA Bot
2
2
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.
3
3
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!
5
5
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)
0 commit comments