Created at 1pm, Jan 15
volkan1627Crypto
1
REDSTONE – Modular Oracles
ILgBL3a2aVSswvmi8wu-n1IhPaHDrg3uf4eW-kKuwQU
File Type
PDF
Entry Count
14
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

RedStone is an Oracle that delivers frequently updated, reliable, and diverse data feeds for your dApp and smart contracts on multiple L1s & L2s.

Data access fees The end users who benefit from access to valuable information use tokens to reward providers that published this data. The exact fee and the subscription terms are at the discretion of the provider and depend on their effort, demand for data and potential competition. Locking Every provider needs to publish a Service Level Agreement describing the scope of data being served, the source of information, and the frequency of updates. In the event that a provider breaches the terms of service, there will be a penalty applied that is also denominated in tokens. To reassure users that any future claims will be fully covered, providers must set aside a certain number of tokens and lock them for a set period of time. These funds are locked in the ecosystem and are an important factor for users when selecting the most reliable provider. Dispute resolution
id: d3784d58ec6f8df2db875c0664e47814 - page: 9
Because of the diverse nature of the provided information, it will not always be possible to decide if data was corrupted. Therefore, it will be necessary to have a fallback procedure to resolve any disputes about the data quality. The process could be facilitated by tokens, where juries will be rewarded for voting with the majority and punished for supporting the losing side. Bootstrapping the market At the early stage of development, the token could be distributed to providers to reward their availability and bootstrap the market before there is enough demand from data users. RedStone is Launching Expedition by RedStone October 31, 2023 Welcome to the RedStone Expedition an extraordinary odyssey that invites adventurers to journey through a landscape rich with challenges, innovation, and rewards. Its spanning 3 immersive seasons, each lasting 23 months. We value your hard work and participation. In this adventure, your
id: 9eff79066670eba903205ec0f2fa802f - page: 9
Everyone is invited to join, find hidden treasures, and experience the exciting parts of this journey. RedStone Gems (RSG): The Heart of the Expedition RedStone Gems (RSG) are the most important part of the Expedition. They are activity points that are fully stored on the blockchain. Every part of a users transaction history, point calculations, and the verification of the RSG points system is securely kept on the Arweave blockchain using Warp Contracts SDK technology. These gems are super important in the final stages of the Expedition. They are used as a universal way to measure how engaged participants are, and they help in giving out rewards fairly to users based on their involvement.
id: 9b499c26bd0bda2b4e45ba874b09b7a0 - page: 11
Earn RSG in a variety of ways: Engaging on the RedStone Discord server Participating in community campaigns, such as those involving Galxe Joining the RedStone Miners Ambassador Program Collaborating in on-chain activities with RedStone partners Creating valuable content centred around RedStone Actively participating in RedStone initiatives, both online and in real life (IRL) In addition to earning points, you can get special boosts that will help you collect points even faster! These boosts are given for having certain roles on Discord, like Early Miner, Vein Master, GR-15, and others, or for owning specific NFTs related to the Expedition. Boosts stack up and act like multipliers for the points you earn, allowing participants with boosts to collect RSG points more quickly. However, keep in mind that boosts dont apply to all activities.
id: a0d15ad6bd66e422a8b85f50010f31a6 - page: 12
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": "ILgBL3a2aVSswvmi8wu-n1IhPaHDrg3uf4eW-kKuwQU", "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": "ILgBL3a2aVSswvmi8wu-n1IhPaHDrg3uf4eW-kKuwQU", "level": 2}'