Skip to content

Commit 668462a

Browse files
authored
Merge pull request #1 from pabswtch/pabswtch-patch-1-oracles
Update oracles to add Switchboard (with new docs links).mdx
2 parents 8bf4763 + 2e7dfd9 commit 668462a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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)