File Storage
Every Bankr wallet gets a persistent filesystem. Docs the agent generates for you, files you upload, installed CLI skills, and your memory all live there — browsable, editable, and shared across every surface the agent runs on.
Tiers
| Free | Bankr Club | |
|---|---|---|
| Total storage | 1 GB | 10 GB |
| Max per-file size | 10 MB | 50 MB |
| Monthly downloads | 10 GB / month | 100 GB / month |
You don't need a Club subscription to use file storage — the agent can read, write, edit, and organize files on your free tier. Upgrading to Club buys more headroom, bigger single files, and ~10× the monthly download budget.
Quota usage shows live in the file explorer; the agent also sees what's remaining and will warn you when you're close before attempting a large write.
What Lives There
A fresh wallet's filesystem looks like this:
/ ← your root
├─ .memory/ ← auto-managed memory (see Memory doc)
├─ cli/ ← installed CLI skills and manifests
└─ (your folders)
Anything you upload, or anything the agent generates in response to you, goes into the root (or a folder of your choosing). Examples:
- A market-research report the agent wrote (
/research/eth-merge-2026.md) - A CSV of your transactions (
/exports/portfolio-2026-04.csv) - A PDF contract you uploaded for review
- A token-launch checklist (
/launches/FROG/plan.md)
Using Files From Chat
Just ask. The agent has dedicated tools for creating, reading, updating, searching, moving, renaming, and deleting files.
save this analysis as /research/unichain-vs-base.md
open my DCA plan
rename /portfolio-report to /reports/2026-q1
delete the draft from yesterday
search my files for "hyperliquid"
When the agent generates a document, you'll get a clickable file link right in the chat. Click it to open the file in the built-in preview / editor.
Uploading From the Web
Open bankr.bot, click the Files panel, then drag and drop — or use the upload button. Supported types include text (.md, .txt, .csv, .json, code files), images, and PDFs.
Executable formats (.exe, .sh, .bat, .com) are blocked for safety; every other common document type is allowed.
Downloading
Click any file in the explorer → Download. Each download counts against your monthly download budget (see Tiers above); you'll see the remaining budget in the storage panel.
The monthly counter resets on the 1st of each month (UTC).
Deleting
Delete from chat (delete /old-stuff/draft.md) or from the file explorer's trash icon. Deletion is soft — the file is removed from listings immediately, then permanently deleted 24 hours later. If you nuke something by accident, ask a support agent within that window.
Once the 24-hour grace period passes, the file is gone and unrecoverable.
Storage Quotas in Practice
Quotas are checked at the moment of write. If a create or edit would push you over, the call fails fast with a message like:
Storage full (950MB of 1.0GB used, attempted 200MB). Join Bankr Club for 10.0GB.
The agent receives the same error and will relay it to you clearly so you can either delete some files, pick a smaller write, or subscribe to Club.
Quotas are resolved from your current Club status at every write — subscribing to Club instantly raises your cap to 10 GB with no migration or wait.
The 10 MB / 50 MB per-file cap is separate from the total storage budget. A single file bigger than the cap is rejected even if you have plenty of free space. Upgrading to Club raises both caps together.
From the CLI and API
The Bankr CLI exposes the same filesystem via bankr files commands (list, upload, download, delete, etc.), and there's a REST API under /user/files/* for programmatic access from your own scripts. Because state lives on your wallet, CLI and web see exactly the same files.
FAQ
Does the agent have automatic access to my files? Yes. Every tool call that needs a file (reading a doc you told it to summarize, appending to a plan, attaching a CSV to a report) resolves paths against your filesystem. The agent only writes what you ask it to — it won't silently create junk files.
Can I share a file with someone else? Not yet — file ownership is per-wallet. You can always download a file and send it yourself.
What happens to my files if I let my Club subscription lapse? Nothing destructive. Your tier reverts to Free (1 GB / 10 MB per file / 10 GB monthly downloads), existing files are preserved, and you can still read, download, and delete any of them. Uploads that would push you back over the 1 GB cap are blocked until you delete files or re-subscribe.
Why is there a monthly download cap? The cap (10 GB free / 100 GB Club) is set well above normal use — it's there to prevent someone from turning their Bankr storage into a free CDN. Most users never come close.