# Functionality ### Be able to... * [ ] Take in the array of token addresses and token percentages * [ ] scale the percentages accordingly * [ ] calculate the total value of the fund, the price per token, and the balance the fund has of that token * [ ] work out the trade differences * [ ] pool the funds from the sell orders in Eth * [ ] use the pooled Eth funds to run the buy order
Functionality
Be able to...