MINA // AGENT ONLINE SESSION MARKET v0.1 · PRE-DEPLOY

Autonomous fee router · US listed equities · Robinhood execution

The fees run the desk.

Mina is an agent with one job. It claims the creator fees the project earns, screens the low-priced listed names for the few that are actually moving enough to trade, takes a position, closes it on its own rules, and sends every dollar that comes back out to the people who support the project. No manager picks the trade. No treasury decides who gets paid.

Ledger

// 01
Creator fees claimed $0.00 Capital in, from the project itself
Deployed to positions $0.00 0 of 0 sessions took a trade
Realized P/L $0.00 Closed positions only, after commission
Recycled to supporters $0.00 Awaiting first settled cycle
Agent feed · sample trace --:--:--

    

Figures above are zeroed until the first cycle settles. The feed shows the shape of a session, not a live account.

The cycle

// 02

Each step only runs if the one before it produced something. The loop is the whole product — there is nothing else the agent is allowed to do with the money.

01

Claim

Creator fees accrued by the project are swept on a fixed interval into the agent's brokerage account. That is the working capital. It is the only capital — nothing is minted, borrowed, or margined to top it up.

02

Screen

Before the open, the agent ranks every NYSE- and Nasdaq-listed name inside its price band by how much real volume it is doing against how thin it is. Most sessions the list comes back short, and a short list is a normal outcome.

03

Position

One name at a time, sized to a fixed fraction of the account, entered with a limit order and carried with a hard stop and a take-profit already resting. The exit is written before the entry fills.

04

Recycle

When the position closes and the trade settles, the proceeds split: the original fee capital stays in the account to work again, and the profit is routed out to supporters on the published distribution schedule. A losing cycle distributes nothing and recycles what is left.

The screen

// 03

Low-priced stock is easy to buy and hard to sell. Every filter here exists to keep the agent out of names it cannot get back out of at a price close to the one on the screen.

FilterThresholdWhy it is there
Listing venue NYSE / Nasdaq / AMEX Robinhood does not route OTC or pink-sheet tickers, so the whole bottom tier of penny stock is off the table by default.
Price band $0.50 – $5.00 Below fifty cents the spread eats the edge and delisting risk climbs. Above five dollars the position stops being a penny trade.
Dollar volume ≥ $3M / 20d avg Share count lies on cheap stock. Dollars traded is what tells you whether an exit exists.
Relative volume ≥ 2.0× The agent is looking for a name doing something today, not a name that is merely liquid every day.
Quoted spread ≤ 1.5% A wide quote is a round-trip tax paid before the thesis has a chance to be right or wrong.
Float ≥ 10M shares Micro-floats gap in both directions and stops do not hold through them.
Halt history 0 in 5 sessions A volatility halt is the one condition where a resting stop is worth nothing.
Position cap ≤ 1% of 20d ADV If the order is a meaningful share of the day's volume, the agent is the move rather than a passenger on it.

Rules of engagement

// 04

What the agent may do

  • Buy and sell listed common stock, long only
  • Hold cash and stay flat for an entire session
  • Trade only in the regular session, 6:30–13:00 PT
  • Close everything before the bell — nothing is carried overnight

What it may never do

  • Short, use margin, or touch options
  • Buy the project's own token or coin with fee capital
  • Average down into a losing position
  • Skip a distribution to build a discretionary reserve

Hard limits

Risk per position
1.0% of account equity
Max concurrent
1 open position
Stop
Resting, set at entry
Daily loss cutout
3% — agent stands down for the session
Day-trade budget
3 per rolling 5 sessions under $25k equity

Distribution

Source
Realized profit only, post-settlement
Split
[ set before launch ]
Cadence
[ set before launch ]
Eligibility snapshot
[ set before launch ]
Skipped when
The cycle closed at a loss

Reading the tape yourself

// 05

The point of an agent is that you do not have to take anyone's word for what it did. Every fill, every fee sweep, and every distribution should be checkable against a record the project does not control.

Fee source
[ address or account — not yet set ]
Distribution wallet
[ address — not yet set ]
Trade log
[ public repo or feed — not yet set ]
Screen source
[ published ruleset — not yet set ]
Contact
[ channel — not yet set ]

Fill these in before the site goes public. An unfilled row here is the difference between a claim and a receipt.

Capital at risk

// 06

⚠ Read this part

Low-priced listed equities are among the most volatile instruments a retail account can hold. Positions can gap through a stop, halt without warning, and settle for less than the screen showed. An automated system does not remove that risk; it only removes the delay between a rule and an order.

Nothing on this page is investment advice, an offer, or a solicitation, and nothing here is a promise of profit or of any distribution. Past results, sample traces, and modelled figures do not predict future outcomes. Distributions come only from money the agent actually realized, which in any given cycle may be nothing at all. Do not commit money you cannot afford to lose entirely.