diff --git a/src/content/docs/en/developers/developer-ecosystem.mdx b/src/content/docs/en/developers/developer-ecosystem.mdx
index f94124ea..a88c2513 100644
--- a/src/content/docs/en/developers/developer-ecosystem.mdx
+++ b/src/content/docs/en/developers/developer-ecosystem.mdx
@@ -21,7 +21,7 @@ Explore Scroll’s most active ecosystem tooling and integrate it into your proj
Higher DEX volume creates more yield for liquidity providers and brings more arbitrage opportunities. As a builder, you can permissionlessly integrate your application with DEXs to provide swaps or generate yield for your users.
-
+
| Dex | Contract | Docs |
| - | - |- |
@@ -52,7 +52,7 @@ DEXes with more liquidity will lead to less slippage when performing swaps.
Bridges provide not only ERC-20 token transfers but also are able to send arbitrary data cross-chains. A higher number of transactions signals user preference and trust in the bridge.
-
+
| Bridge | Contract | Docs |
| - | - |- |
@@ -83,13 +83,11 @@ Liquid Staking Tokens produce yield by just holding them on the wallet by a proc
-# Recommended Developer Tooling
+# Oracles on Scroll
-Useful tools and services to help you build on Scroll.
+Oracles offer services that blockchains can't handle natively, by bringing in data from the outside world. In the Scroll ecosystem, Chainlink provides price feeds, while Anyrand supplies decentralized randomness.
-| VRF | Description | Contract | Docs |
-| - | - | - | - |
-| Chainlink | Token price feeds. | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |
-| Pimlico | Gass-less experience, account abstraction infrastructure and boundlers. | n/a | [Pimlico docs](https://docs.pimlico.io/) |
-| Privy | Wallet and onboardking. | n/a | [Privy docs](https://docs.privy.io/welcome) |
-| Anyrand | Random number generator oracle. | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
\ No newline at end of file
+| VRF | Contract | Docs |
+| - | - |- |
+| Anyrand | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
+| Chainlink | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |
\ No newline at end of file