centrifuge / apps

Monorepo for Centrifuge frontends, including Centrifuge App, onboarding api, and Fabric design system.
GNU Lesser General Public License v3.0
27 stars 16 forks source link

Replace TVL with TAF #2495

Open hieronx opened 1 month ago

hieronx commented 1 month ago

Once https://github.com/centrifuge/pools-subql/pull/254 is merged and released by EMBRIO, the metric on the landing page should be updated from total value locked to total assets financed.

This metric can be computed by taking the sum of sumBorrowedAmount for all pools in the subquery.

hieronx commented 2 weeks ago

@kattylucy this is now unblocked, subquery has the required data.