You might have noticed the most recent update in where we added FLUX and DAM amounts to Transactions page.
Even though we're adding historic USD prices throughout all data points I found transactions page to be confusing. This was especially true for per-address personal ledgers as running balance didn't make sense.
I've been thinking on how to fix this problem for a while as we don't have space for another column. So adding it under the price is a good solution for now.
However as we add more data points to transactions I feel like we'll move away from this table display to something else (perhaps a bigger card). Either way I use the transactions page a lot and feel like this adds a lot of clarity.
I've also fully migrated the Discord bot to use Uniswap V3 pool! This means that will now display activity every 4 hours but based on V3 data!
Another really cool thing is that this allows us to also add the Discord bot functionality to (which I am planning to do Tomorrow). Meaning we finally get DAM activity, but now with USD prices and V3!
Still lots to come as we dig deeper into UX and Uniswap V3 data. 🔥
If you are talented at something apply it to Datamine and share your results. Writing, crafts, art, anything really. If you want to help Datamine grow that's a good place to drop by.
This is part of further decentralization efforts.🔥
Had first set of feedback from stakingrewards.com Today! Really excited to work on this partnership, so if you guys have any more partners bring them to me 😄
They wanted to understand how our APY calculations work. Sure, with Datamine Network I can break this down easily.
I've added a few updates to their JSON API:
apyPercent.breakdown
This will contain a break-down of the APY calculation.
maxBurn = noBurn * 10```
And additionally:
```costOf10kDamUSD = 10000 * prices.dam
generatedFlux365daysNoMultiplierUSD = (multiply all numbers in generatedFluxUSDBreakdown)```
I've also added `uniqueActiveLockedInAddresses` for total unique users.
Forwarded this off to them so we'll be waiting to see what else is required. Also Tomorrow is FLUX 1 year anniversary! Be sure to follow for more updates 🔥
As you've heard stakingrewards.com is partnering with Datamine Network to deliver some epic ROI and APY calculations.
We've exposed a REST API endpoint to them that connects directly to Datamine Network and fetches the data in real-time.
So the analytics that you see on the website is the same analytics network that Discord and stakingrewards.com will connect to! We're all connected together in real-time!
We still haven't really utilized P2P aspect of Datamine Network yet but it's definitely something to look into the future.
We've just finished an initial API endpoint for them and sent it off to see what needs to be changed.
We'll have to do some ROI calculations which means plugging in DAM Uniswap V3 pool into the network! We still haven't performed any DAM analytics so this will be the first for us.
This partnership with stakingrewards.com should showcase the power of real-time analytics powered by Datamine Network. We're super excited to work together to deliver improved analytics experience! 🔥
All transactions prior to May-28-2021 09:49:29 PM +UTC will use USDc pricing from Uniswap V2 FLUX / ETH 0.3% pool. This data is permanent on the blockchain so we can always come back and fetch this data.
All transactions after May-28-2021 09:49:29 PM +UTC will use USDc pricing from Uniswap V3 FLUX / ETH 1% pool.
This new ability to stitch timelines together to get accurate on-chain pricing will be epic in the future. This will allow us to stitch and combine other price sources together (Think Chainlink on steroids).
This will be deployed tomorrow and transactions will be updated to reflect the new USDc pricing. Expect some USD prices to adjust slightly tomorrow.
This is the final V2->V3 migration piece. No we'll be able to work on some new features and do some deeper V3 analytics.
Datamine Network is really coming together with all of this magic happening behind-the-scenes to give you real-time experience I've always dreamed of. Be sure to follow the updates as we venture forth into the next chapter of analytics. 🔥
I've been talking a lot about "Reducing Number of Ethereum API calls". Seems like a weird thing to work on at the moment where there are other areas of improvements to be made.
As I mentioned before we want to keep under 100,000 Ethereum calls per day. I just wanted to show you how my work looks like in the past month.
The 4 versions of optimizations that I've made this month can be visualized with this one chart. As you can see our optimizations have greatly paid off and will keep paying us dividends in the months to come! 🔥
Today I finished another optimization to all Ethereum API endpoints to consume less API calls. The new method of syncing will save significant amount of calls (>80% in total savings).
This was a mandatory update as we need to add a new way to historic prices with Uniswap V3. (Currently the historic pricing is based on Uniswap V2 pool).
Tomorrow I am starting on Uniswap V3 historic pricing. As most liquidity is in Uniswap V3 pools this will help us give better pricing estimates for FLUX (And DAM in the future).
Super productive long weekend! I've been able to finis the long-awaited Uniwap V3 FLUX / ETH Pool Size data point.
Now that Datamine Network code size is growing, I've also added some optimizations to how we load data. Nothing visual but the compilation and downtime should be slightly reduced.
The new Uniswap V3 timeline will be super useful for tracking how the Uniswap V3 pool is changing size. This was the last piece to rework from V2 so as you can see from the screenshot all of the V2 analytics is gone from left nav.
Keep in mind Uniswap V2 transactions will still be identified and filtered properly. We'll use this filtering mechanism for Balancer and other upcoming AMM platforms that FLUX will trade on (if there is sufficient trading activity).
I will be updating the Dashboard chart tomorrow and deploying this awesome update so we can move onto some new things! 🔥
Wanted to show you an update to the Uniswap V3 timeline I've been working on. I need to double check the numbers so they might not be 100% accurate yet.
The retained liquidity pool is a very important metric as it allows us to understand if Liquidity is leaving or entering the pool. Hoping to finish this one up tomorrow an get it up on production for you to play with!
There is also 1 more Uniswap V3 timeline I want to add which is FLUX / ETH Pool Size. This is an important metric as it'll replace the Dashboard "Uniswap FLUX Liquidity" chart. Lots to still come so be sure to follow the updates 🔥