Skip to content

Commit 38efa6d

Browse files
pabswtchgregnazario
authored andcommitted
Update oracles to add Switchboard (with new docs links).mdx
We recently updated our docs and some of the links from the original PR have changed. This new one has updated links. Signed-off-by: pabswtch <pablo@switchboard.foundation>
1 parent 2c7653f commit 38efa6d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/content/docs/build/guides/oracles.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import { Aside } from '@astrojs/starlight/components';
99

1010
This reference guide presents various Oracles that you can use while building on Aptos. Oracles supply off-chain data
11-
to the blockchain, enabling smart contracts to access a diverse range of information. Currently, there are two oracles
11+
to the blockchain, enabling smart contracts to access a diverse range of information. Currently, there are three oracles
1212
documented here in this guide: Chainlink, Pyth Network, and [Switchboard](https://github.com/aptos-labs/aptos-docs/blob/main/src/content/docs/build/guides/oracles.mdx#switchboard).
1313

1414
## Chainlink
@@ -174,7 +174,7 @@ The [Aptos API reference](https://docs.pyth.network/price-feeds/api-reference/ap
174174
- [Minimal on-chain contract](https://github.com/pyth-network/pyth-examples/blob/main/price_feeds/aptos/fetch_btc_price/sources/example.move), which updates and returns the BTC/USD price from Pyth price feeds.
175175
- [Mint NFT](https://github.com/pyth-network/pyth-examples/tree/main/price_feeds/aptos/mint_nft), a minting application that uses Pyth price feeds to mint an NFT.
176176

177-
## Switchboard
177+
## Switchboard
178178

179179
[Switchboard](https://switchboard.xyz) is the fastest, most customizable, and *only* permissionless oracle protocol. The decentralized Switchboard oracle network enables developers to bring any off-chain or cross-chain data onto Aptos through verifiable, ultra-low-latency feeds.
180180
With its flexible design and high-throughput architecture, Switchboard is a perfect match for Aptos’ high-speed environment and its focus on accessibility and efficiency.
@@ -183,10 +183,9 @@ With its flexible design and high-throughput architecture, Switchboard is a perf
183183

184184
- Fully permissionless feed creation via the [Feed Builder](https://explorer.switchboardlabs.xyz/feed-builder): deploy custom oracles in minutes
185185
- [Aggregator](https://docs.switchboard.xyz/product-documentation/aggregator): access multiple oracle sources (like the others on this page) in a single transaction.
186-
- [Data Feed Variables](https://docs.switchboard.xyz/product-documentation/data-feeds/designing-feeds/data-feed-variable-overrides): bring API-gated or confidential data on-chain without exposing API keys
186+
- [Data Feed Variables](https://docs.switchboard.xyz/custom-feeds/advanced-feed-configuration/data-feed-variable-overrides): bring API-gated or confidential data on-chain without exposing API keys
187187
- Customizable feeds: adjust feed parameters (confidence intervals, deviation thresholds, and more) to your dapp’s needs
188-
- [Decentralized oracle network](https://docs.switchboard.xyz/switchboard-protocol/re-staking) secured by globally distributed validator set.
189-
- [Verifiable Randomness](https://docs.switchboard.xyz/product-documentation/randomness): generate secure, verifiable random numbers for games, lotteries, and more.
188+
- [Decentralized oracle network](https://docs.switchboard.xyz/how-it-works/switchboard-protocol/re-staking) secured by globally distributed validator set.
190189
- Supports any data type: prices, prediction markets, sports, weather, RWAs, etc
191190
- x402 compatibility: Switchboard is the only x402-compatible oracle. Build more efficient dapps with pay-as-you-go data from any source.
192191

@@ -199,4 +198,4 @@ With its flexible design and high-throughput architecture, Switchboard is a perf
199198
0x81fc6bbc64b7968e631b2a5b3a88652f91a617534e3755efab2f572858a3099
200199
```
201200

202-
For more details, [check out Switchboard’s detailed Aptos documentation.](https://docs.switchboard.xyz/product-documentation/data-feeds/aptos)
201+
For more details, [check out Switchboard’s detailed Aptos documentation.](https://docs.switchboard.xyz/docs-by-chain/data-feeds)

0 commit comments

Comments
 (0)