diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 5647589..1804457 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -32,7 +32,7 @@ description: Documentation for Bloom, the agentic Ethereum wallet mounted as a v } `} -Bloom is an **agentic Ethereum wallet mounted as a virtual filesystem**. +/bloom walletFS is an **agentic Ethereum wallet mounted as a virtual filesystem**. Reads are blockchain queries. Writes are transaction intents. The main interface is an ordinary directory that humans and agents can inspect with normal filesystem tools like `ls`, `cat`, and file writes. diff --git a/src/pages/introduction/what-is-bloom.mdx b/src/pages/introduction/what-is-bloom.mdx index ccc11e2..89772e6 100644 --- a/src/pages/introduction/what-is-bloom.mdx +++ b/src/pages/introduction/what-is-bloom.mdx @@ -1,6 +1,6 @@ # What is Bloom? -Bloom gives agents a safe wallet workspace for Ethereum and EVM chains. +Bloom is a framework for creating agent-safe software components. The first application of Bloom is an agentic Ethereum wallet. We call this walletFS.