Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/introduction/what-is-bloom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Bloom is a framework for creating agent-safe software components. The first appl

<div style={{ position: 'relative', width: '100%', paddingTop: '56.25%', margin: '1.5rem 0' }}>
<iframe
src="https://www.youtube.com/embed/XK_LgapZaoo"
title="What is Bloom?"
src="https://www.youtube.com/embed/JhVoBBCK8eQ"
title="/bloom walletFS - Technical Demo"
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', border: 0 }}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
Expand Down
10 changes: 10 additions & 0 deletions src/pages/use-bloom/start-here.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Your keys are not files in the Bloom filesystem. They live in an encrypted keyst
Bloom is alpha software. Its current wallet surface, walletFS, is experimental and unaudited. Mainnet broadcasting is off by default; you have to deliberately enable it. Start on a local or test network, use small amounts, and treat the system like early software.
:::

<div style={{ position: 'relative', width: '100%', paddingTop: '56.25%', margin: '1.5rem 0' }}>
<iframe
src="https://www.youtube.com/embed/uWZfvw0Gogo"
title="/bloom walletFS - Non Technical Demo"
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', border: 0 }}
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>

## Who these docs are for

Start here if you use Claude Code, Codex, Hermes, or another coding agent and want it to interact with crypto safely: check balances, stage transfers, inspect positions, or prepare protocol actions without pasting secrets into a chat window.
Expand Down
Loading