diff --git a/app/en/resources/registry-early-access/page.mdx b/app/en/resources/registry-early-access/page.mdx
index 0ae0a81df..0628ece75 100644
--- a/app/en/resources/registry-early-access/page.mdx
+++ b/app/en/resources/registry-early-access/page.mdx
@@ -3,23 +3,25 @@ title: "Arcade Registry Early Access"
description: "Learn about the Arcade Registry and how to get early access"
---
-import { EarlyAccessRegistrySurvey } from "@/app/_components/early-access-registry-survey";
+import { EarlyAccessRegistrySurvey } from "@/app/_components/early access registry survey";
import { Callout } from "nextra/components";
import { TakeSurvey } from "./take-survey";
# The Arcade Registry
-The **Arcade Registry** is how agentic tool developers share their work with the world. Arcade.dev is collecting all the integrations that agents will ever need in one place - think HuggingFace or Pypi but for LLM tools. A powerful community of open source and for-profit developers building out robust and evaluated workflows is how agents can be elevated to being _truly_ useful.
+The Arcade Registry is how agentic tool developers share their work with the world.
+
+Arcade is collecting all the integrations that agents will ever need in one place - think HuggingFace or Pypi but for LLM tools. A powerful community of open source and for-profit developers building out robust and evaluated workflows is how agents can elevate to being _truly_ useful.
**_The components of the Arcade Registry_**

-Unlike traditional read-only tool libraries, Arcade.dev couples the runtime with the registry. This way we can collect real metrics and usage information about your tools, sharing meaningful information and feedback back to the developers. You'll get error reports and statistics about how your tools are getting used. Arcade.dev also makes it possible for developers to optionally choose to sell their tools with a markup on top of the Arcade platform fees.
+Unlike traditional read-only tool libraries, Arcade couples the runtime with the registry. This way Arcade can collect real metrics and usage information about your tools, sharing meaningful information and feedback back to the developers. You'll get error reports and statistics about how your tools are getting used. Arcade also makes it possible for developers to optionally choose to sell their tools with a markup on top of the Arcade platform fees.
-Thanks to the Arcade Engine, your MCP Servers will be available via all the protocols Arcade supports - be that MCP for locally-running applications, OXP for server applications, and whatever comes next. Use the open-source Arcade SDKs to future-proof your tools.
+Thanks to the Arcade Engine, your MCP servers will be available via all the protocols Arcade supports - be that MCP for locally running applications, OXP for server applications, and whatever comes next. Use the open-source Arcade SDKs to future-proof your tools.
-We are seeking beta testers who are interested in building, maintaining, and sharing MCP Servers with the world in either a free-to-use or for-profit manner. Sign up today to join the Arcade Registry Beta.
+Beta testers who find building, maintaining, and sharing MCP servers with the world in either a free-to-use or for-profit manner interesting should sign up today to join the Arcade Registry Beta.
-
+
\ No newline at end of file
diff --git a/app/en/resources/tools/page.mdx b/app/en/resources/tools/page.mdx
index c379b18d8..9205c31db 100644
--- a/app/en/resources/tools/page.mdx
+++ b/app/en/resources/tools/page.mdx
@@ -1,35 +1,35 @@
# Tools
-Arcade provides a comprehensive ecosystem for AI tools that enable your agents to take real-world actions. Whether you need pre-built integrations or want to create custom functionality, Arcade has you covered.
+Arcade provides a comprehensive ecosystem for AI tools that enable your agents to take real-world actions.
-## Explore Our Tool Catalog
+## Explore the Tool Catalog
-Discover hundreds of ready-to-use tools for popular services like Gmail, Slack, GitHub, and more. Our catalog contains production-ready MCP servers that handle authentication, permissions, and API integrations seamlessly.
+Discover hundreds of ready-to-use tools for popular services like Gmail, Slack, GitHub, and more. The catalog contains production-ready MCP servers that handle authentication, permissions, and API integrations.
[Browse Tool Catalog →](/resources/integrations)
## Create Your Own Tools
-Build custom tools tailored to your specific needs using our powerful development framework. Create MCP servers, define tool schemas, and deploy them to production with ease.
+Build custom tools tailored to specific needs using the powerful development framework. Create MCP servers, define tool schemas, and deploy them to production.
[Learn to Build Tools →](/guides/create-tools/tool-basics/build-mcp-server)
## Contribute to the Catalog
-Share your tools with the Arcade community and help expand our ecosystem. Submit your MCP servers to make them available to developers worldwide.
+Share your tools with the Arcade community and help expand the ecosystem. Submit your MCP servers to make them available to developers worldwide.
-[Add Your Tools to the Catalog →](/resources/registry-early-access)
+[Add Your Tools to the Catalog →](/resources/registry-early access)
## Why Choose Arcade Tools?
- **Authentication Built-in**: OAuth flows and user permissions handled automatically
-- **Production Ready**: Tested, documented, and maintained by our team
+- **Production Ready**: Tested, documented, and maintained
- **Universal Compatibility**: Works with any LLM or agent framework via MCP
- **Scalable Architecture**: Tools run independently and scale based on demand
## Getting Started
-1. **Explore**: Browse our catalog to find tools for your use case
-2. **Integrate**: Use our client libraries to connect tools to your agents
-3. **Customize**: Create your own tools when you need specific functionality
-4. **Share**: Contribute back to the community by adding your tools to our catalog
\ No newline at end of file
+1. **Explore**: Browse the catalog to find tools for your use case
+2. **Integrate**: Use client libraries to connect tools to your agents
+3. **Customize**: Create your own tools when you need specific capability
+4. **Share**: Contribute back to the community by adding your tools to the catalog
\ No newline at end of file