mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Moved where to get tokens from architecture to parameters
This commit is contained in:
parent
58d4c3d8de
commit
469f1173d6
@ -31,7 +31,7 @@ Predictoor serves two groups of actors: Predictoors, and Traders. In this sectio
|
||||
We'll also provide some links and exercise to make this easier for you.
|
||||
|
||||
## Predictoor Parameters and Roadmap
|
||||
[Predictoor Parameters](pdr-parameters.md) will provide such as incentives, feed costs, deployed feeds, and details about its possible future.
|
||||
[Predictoor Parameters](pdr-parameters.md) will provide such as incentives, feed costs, and deployed feeds.
|
||||
|
||||
## Connect with Us
|
||||
If you want to talk to other Predictoors, Traders, and contributors to this ecosystem, [Join us on Discord](https://discord.gg/TnXjkR5).
|
||||
|
@ -38,19 +38,3 @@ The implementation is in templates/ERC20Template3.sol at at [Ocean’s contracts
|
||||
**- Ocean behavior.** Being part of Ocean, having 1.0 datatokens means you can access the underlying data asset for the duration of the subscription (once you’ve initiated the order). For Predictoor contracts this is 24h. Each datatoken contract has a parent Ocean data NFT with metadata, means to specify & collect fees, and more.
|
||||
|
||||
**- Predictoor behavior.** Each datatoken contract has additional methods specific to Predictoor: submitting predictions, submitting truevals, computing aggregated predictions, etc.
|
||||
|
||||
## Testnet Details
|
||||
As of Sep 12, 2023, Predictoor / Ocean contracts are deployed to [Oasis Sapphire testnet](https://docs.oasis.io/dapp/sapphire/#testnet).
|
||||
|
||||
Users need fake OCEAN & ROSE tokens. You can find the [Tutorial on How to Get tokens here](https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/testnet-faucet.md).
|
||||
|
||||
**Fake OCEAN.** Staking & payment is in fake OCEAN. Users acquire it via a faucet.
|
||||
**Fake ROSE.** Gas fees are in fake ROSE. Users acquire it via a faucet.
|
||||
|
||||
## Mainnet Details
|
||||
As of Oct 10, 2023, Predictoor / Ocean contracts are deployed to [Oasis Sapphire mainnet](https://docs.oasis.io/dapp/sapphire/#mainnet).
|
||||
|
||||
Users need (real) OCEAN & ROSE tokens:
|
||||
|
||||
**OCEAN.** Staking & payment is in OCEAN. Users [acquire OCEAN via exchanges](https://oceanprotocol.com/about-us/ocean-token#get). Users bridge OCEAN tokens from ETH mainnet to Oasis Sapphire mainnet via [Celer](https://celer.network/).
|
||||
**ROSE.** Gas fees are in ROSE. Users bridge tokens bridge from Oasis Emerald mainnet to Oasis Sapphire mainnet via Celer. [Read the details here](https://oasisprotocol.org/blog/celer-messaging-bridge-integration)
|
||||
|
@ -1,5 +1,21 @@
|
||||
# Predictoor Parameters
|
||||
|
||||
## Testnet Details
|
||||
As of Sep 12, 2023, Predictoor / Ocean contracts are deployed to [Oasis Sapphire testnet](https://docs.oasis.io/dapp/sapphire/#testnet).
|
||||
|
||||
Users need fake OCEAN & ROSE tokens. You can find the [Tutorial on How to Get tokens here](https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/testnet-faucet.md).
|
||||
|
||||
**Fake OCEAN.** Staking & payment is in fake OCEAN. Users acquire it via a faucet.
|
||||
**Fake ROSE.** Gas fees are in fake ROSE. Users acquire it via a faucet.
|
||||
|
||||
## Mainnet Details
|
||||
As of Oct 10, 2023, Predictoor / Ocean contracts are deployed to [Oasis Sapphire mainnet](https://docs.oasis.io/dapp/sapphire/#mainnet).
|
||||
|
||||
Users need (real) OCEAN & ROSE tokens:
|
||||
|
||||
**OCEAN.** Staking & payment is in OCEAN. Users [acquire OCEAN via exchanges](https://oceanprotocol.com/about-us/ocean-token#get). Users bridge OCEAN tokens from ETH mainnet to Oasis Sapphire mainnet via [Celer](https://celer.network/).
|
||||
**ROSE.** Gas fees are in ROSE. Users bridge tokens bridge from Oasis Emerald mainnet to Oasis Sapphire mainnet via Celer. [Read the details here](https://oasisprotocol.org/blog/celer-messaging-bridge-integration)
|
||||
|
||||
## Feeds Published
|
||||
For testnet, there are 10 feeds: X/USDT pair for each of the top-10 coins by market cap (ignoring stablecoins), 5m timescales, on Binance, >0% fees on Binance. Paid feeds. The coins are: X = BTC, ETH, BNB, XRP, ADA, DOGE, SOL, LTC, TRX, DOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user