UNIT

03 / From bots to a strategy layer

Copy the rules,
not the wallet.

Strategies themselves can become reusable. Instead of mirroring another trader's transactions and hoping, you install the rules behind the strategy. They stay transparent: inspect them, change the limits, adjust the allocation, then deploy your own version. No custody surrendered, no wallet blindly followed.

01

HYPE Accumulator

Buys a fixed size every week, and doubles up when price sits below the running average entry.

DCA + dip2 rules

02

Stable Reserve

Holds a floor of stables and refuses to let the rest of the book eat into it, whatever the market does.

Guard1 rule

03

Volatility Rebalancer

Watches allocation drift and pulls the book back to target whenever a position runs away with it.

Rebalance1 rule

04

Profit Harvester

Turns taking profit into a rule instead of a decision: a slice into stables at every step up.

Take profit3 rules

05

Risk-Off

Cuts exposure when its risk limits are hit and stops entirely if the data behind them looks wrong.

Guard2 rules

06

Dip Ladder

Places a staircase of predefined entries so an offline night is not a missed one.

Conditional buy4 rules

Every one of these is a set of parameters, not a black box. The buttons load them straight into the builder so you can read what you are about to run before you run it. This is the foundation for a marketplace of programmable strategies without forcing anybody to surrender custody.