Skip to content

Add paper: boolean to fund config#3

Merged
brycedbjork merged 1 commit into
mainfrom
bryce/fund-paper-flag
Feb 23, 2026
Merged

Add paper: boolean to fund config#3
brycedbjork merged 1 commit into
mainfrom
bryce/fund-paper-flag

Conversation

@brycedbjork
Copy link
Copy Markdown
Collaborator

Summary

The fund repo's config.json now includes an optional paper field that indicates whether the fund uses paper trading. This value is automatically derived from the gateway mode during setup.

Changes

  • Updated FUND.md to document the new paper field
  • Modified initialize_fund_repo_files() to accept and conditionally set the paper flag
  • Updated configure_fund_repository() to read the gateway mode and pass it through during fund setup

Details

When gateway mode is "paper", paper: true is included in config.json. When live, the field is omitted to keep the config minimal for live trading funds.

The fund repo's config.json now includes an optional paper field that indicates whether the fund uses paper trading (automatically set from the gateway mode during setup). When gateway mode is paper, paper: true is included in the config; when live, the field is omitted.

Co-Authored-By: Bryce Bjork <brycedbjork@gmail.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
broker-cli Ready Ready Preview Feb 23, 2026 4:19am

Request Review

@brycedbjork brycedbjork merged commit dbdca09 into main Feb 23, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant