Skip to content

Commit 4cf06d7

Browse files
RiVal-czdwi
andauthored
Update api3.md (#72)
* Update api3.md Add title & description Signed-off-by: Jiri Herzan <[email protected]> * Update api3.md Add specific links to mainnet and testnet feeds Add link to api3 documentation Signed-off-by: Jiri Herzan <[email protected]> * update --------- Signed-off-by: Jiri Herzan <[email protected]> Co-authored-by: dwi <[email protected]>
1 parent 696a62f commit 4cf06d7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
## Api3
1+
---
2+
title: Api3
3+
description: Oracles that pay you.
4+
---
25

36
[Api3](https://api3.org/) delivers first-party oracles that pay you.
47

58
By connecting real-world data providers directly to smart contracts, Api3 eliminates intermediaries, ensuring unmatched transparency and security. With pioneering mechanisms to recapture Oracle Extractable Value (OEV), Api3 empowers dApps with reliable data while minimizing and reclaiming the value they would otherwise leak to external actors. Api3 is redefining the oracle space by elevating oracles from mere data providers to entities that help builders retain the value they create.
69

7-
Explore the [Api3 Market](https://market.api3.org/ronin/) and start earning.
10+
## Api3 on Ronin
811

12+
The Api3 Data Feeds are available here:
13+
14+
- [Mainnet](https://market.api3.org/ronin)
15+
- [Testnet](https://market.api3.org/ronin-testnet)
16+
17+
## How to integrate?
18+
19+
[Documentation](https://docs.api3.org/dapps/)

docs/developers/tools/oracles/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ The network comprises some of the world's [largest exchanges, market makers, and
1717
<DocCardList items={[
1818
findSidebarItem('/developers/tools/oracles/pyth'),
1919
findSidebarItem('/developers/tools/oracles/chainlink'),
20+
findSidebarItem('/developers/tools/oracles/api3')
2021
]} />

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ const sidebars = {
511511
},
512512
items: [
513513
"developers/tools/oracles/pyth",
514-
"developers/tools/oracles/chainlink"
514+
"developers/tools/oracles/chainlink",
515+
"developers/tools/oracles/api3"
515516
]
516517
},
517518
"developers/tools/ccip",

0 commit comments

Comments
 (0)