Being able to split bags into multiple coins would help getting rid of them. Let's say if a bag reaches a certain value or/and age, then IT will fraction it into multiple coins (defined number by users or divied by the initial buy cost, etc.). Basically it is swapping a bag into multiple coins to ease it's dilution. Also DCA count needs resetting, so we can start DCA over the new splitted coins.
Example:
"MaxBagValue": 0.4,
"MaxBagAge": 1.5,
If a bag reaches 0.4 BTC and is 1.5 days old, IT will fraction it.
Hi Jazzo,
Being able to split bags into multiple coins would help getting rid of them. Let's say if a bag reaches a certain value or/and age, then IT will fraction it into multiple coins (defined number by users or divied by the initial buy cost, etc.). Basically it is swapping a bag into multiple coins to ease it's dilution. Also DCA count needs resetting, so we can start DCA over the new splitted coins.
Example: "MaxBagValue": 0.4, "MaxBagAge": 1.5, If a bag reaches 0.4 BTC and is 1.5 days old, IT will fraction it.
Thanks, KH