Created at 12am, Jan 7
UbichainCrypto
0
Numeraire (NMR)
y2F6RDWXc7kXBhl70fQXOye_QMTTkbsEA2kPxsJEeJU
File Type
DOCX
Entry Count
2
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw
Numeraire (NMR) tokens are rewarded to participants who succeed in this competition. The token also serves to support the economic system of the platform and acts as a means of value transfer among participants. Another significant feature of NMR is that it grants owners the right to vote within the platform. This allows token holders to contribute to and influence the development of the Numerai platform. Numeraire is built on the Ethereum blockchain, following the ERC-20 token standard. This enables users to store NMR tokens in compatible wallets and engage in buying and selling on Ethereum-based exchanges. Numerai's objective is to reward participants who make successful predictions by contributing to the development of better predictive models for financial markets. However, it's crucial to note that financial and cryptocurrency markets are dynamic and involve inherent risks, emphasizing the importance of thorough research before engaging in such investments.
id: 760f281059122f5ca343868806d1f9c6 - page: None
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "y2F6RDWXc7kXBhl70fQXOye_QMTTkbsEA2kPxsJEeJU", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "y2F6RDWXc7kXBhl70fQXOye_QMTTkbsEA2kPxsJEeJU", "level": 2}'