February 7th, 2025
API
App
Token

Invalid APY Calculations Resolved
The token dashboard was display incorrect (lower) APY Staking Yields today beginning at 2025-02-07 20:29:48.185 UTC.
APY Yield calculations were being calculated using stale contract balance data resulting in display of APYs lower than the actual APY being issued from the on-chain contracts. This was solely a UI issue and had no impact on staking payouts.
Mitigations have been put in place to ensure that if stale balances are encountered in the future, the APY will display an error instead of a invalid value.
Internal monitoring has been put in place to ensure stale balance calculations will notify our team for corrective action.
Staking APY of 157% presented in the dashboard as of 2025-02-08 06:03 UTC is accurate.
We will look at adding a Dune dashboard as a second source of truth for APY yield as a check/balance for the community.
API
Inpainting support has been added to the API in beta form.
The API supports using Venice.ai's LLM to calculate the inpainting mask via the prompt parameter, and specificifying a specific mask via the mask object.
Examples can be found here on Postman.
These APIs will be added to our public documentation next week.
Token Dashboard
Add circulating supply (and percentage of circulating supply that's staked) to the supply chart. 34% of the circulating supply is staked.
Add full precision to tooltips on circulating supply per Feature Base request.

App
Fixed "Help and Feedback" link on left nav to prompt for email if user's browser has blocked Zendesk support tooling - Featurebase.
Fixed mobile rendering of the API page to avoid horizontal scrolling by placing the action buttons in a hamburger menu top right.