Skip to content

blog: GRVT Team Trading League multi-bot operator playbook#2

Open
fengtality wants to merge 1 commit into
mainfrom
claude/grvt-trading-competition-z0l1wz
Open

blog: GRVT Team Trading League multi-bot operator playbook#2
fengtality wants to merge 1 commit into
mainfrom
claude/grvt-trading-competition-z0l1wz

Conversation

@fengtality

Copy link
Copy Markdown
Contributor

Summary

Adds a new blog post to the site app (apps/site → hummingbot.org): a hands-on operator playbook for fielding a Hummingbot team in GRVT's Team Trading League (June 11–30, 2026).

GRVT's combination of negative maker fees and a leaderboard scored on each team's top-10 ROI performers is well-suited to automated market making with Hummingbot. The post is a follow-on to the existing GRVT connector guide, focused on the competition and running multiple bots.

File: apps/site/src/content/blog/running-multiple-bots-in-the-grvt-team-trading-league.md

What it covers

  • What actually scores — top-10 ROI ranking vs. the $10k/$100k per-member volume gates, and why ROI = PnL/starting-balance favors modest balances + real profit
  • The fee edge — the accurate negative-maker-fee tier table and why it dictates a maker-only approach (taker fills bleed 0.045%)
  • Multiple bots = multiple V2 controllers per member, split into volume-runner vs ROI-scorer roles across BTC/ETH/SOL/PAXG perps
  • Per-operator setup, a concrete starting config, risk management, and team monitoring via Condor
  • A setup → start → final-stretch timeline anchored to June 11–30

Notes

  • Category Tutorials, dated 2026-06-10 — surfaces as the newest/featured post.
  • Frontmatter matches existing posts; cover left empty (uses the no-cover fallback).
  • Posts auto-discover via readdirSync in apps/site/src/lib/blog.ts — no index/manifest change needed.
  • Verified against every assertion in apps/site/src/lib/blog.test.ts by inspection (valid date format, truthy fields, no relative links / admonitions / <!-- more -->, empty cover skips the disk-existence check). Could not run vitest in-session because node_modules isn't installed.

https://claude.ai/code/session_01AciwXDTPhYXbyxAonhKZ72


Generated by Claude Code

Add a hands-on operator guide for fielding a Hummingbot team in GRVT's
Team Trading League (June 11-30, 2026). Covers the top-10 ROI scoring,
the negative-maker-fee 'maker-only' edge, running multiple V2 controllers
per member with distinct volume-runner vs ROI-scorer roles, risk
management, and team monitoring via Condor.
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.

2 participants