convex.lab.curation-market.cvx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-core Show documentation
Show all versions of convex-core Show documentation
Convex core libraries and common utilities
The newest version!
'asset.curation-market
;; Map for curation markets
;; { ID -> Market record }
;;
;; Where market record is a vector
;; 0 = controller can be nil
;; 1 = bonding asset (address or scoped token)
;; 2 = shape (double, defining price = supply ^ shape, 1.0 is linear price growth)
(def markets {})