Generate your own synthetic index using tokens and equities. Define the narrative, set the weighting, make it coherent.
The top 200 structurally interesting submissions earn early access once we launch and Private stage whitelist for Ephemeris NFT.
Once configured, the index compositions generated as presets can be generated as a structured JSON file for integration and deployment.
{ "symbol": "VECHINA", "name": "Made in China Tokens Basket", "version": "1.0.0", "baseCurrency": "USD", "compositions": { "assetClass": "token", "tickers": [ "BNB", "TRX", "MNT", "ASTER", "OKB", "BGB", "KCS" ] }, "weighting": { "method": "market_cap_weighted", "capPerAsset": 0.5 } }
Your generated index can be exported as a Markdown instruction file. Use the file later in Veneposa Index Builder to register and compile your index specification.
# Overview VECHINA (Made in China Tokens Basket) defines a token-based index representing major China-linked exchange and ecosystem assets. This document specifies the structural composition of the index, including its asset universe and weighting methodology. ## Index Identity - Symbol: VECHINA - Name: Made in China Tokens Basket - Version: 1.0.0 - Base Currency: USD ## Asset Class - Type: Token The index consists exclusively of crypto-native tokens. ## Components The following assets form the composition universe of the index: - BNB - TRX - MNT - ASTER - OKB - BGB - KCS These assets represent exchange-linked and China-aligned ecosystem tokens. The composition layer defines structural exposure before weighting is applied. ## Weighting Methodology - Method: Market Capitalization Weighted Each asset is weighted proportionally based on its relative market capitalization. - Concentration Cap: 50% per asset No single component may exceed 50% of total index weight. If an asset exceeds the cap, excess weight is redistributed proportionally among remaining components. ## Structural Notes - All valuations are normalized to USD. - The composition defines the asset universe only. - Weight calculations are derived from market capitalization data. - Versioning should be updated when components or methodology change.