Skip to content

Releases: AUMZero/aum0

AUM0 v3.1: the employee is self employed

Choose a tag to compare

@AUMZero AUMZero released this 02 Sep 11:33

The employee is self employed. It earns its wages, buys its own gas, and refuses jobs that do not pay for themselves. No human funds it.

Contract unchanged: 0xaFd484733f4B23e235bf1825c9AdA39368160B03 · Web aumzero.com · Request on file #23

What changed for the employee

It refuses charity. Before taking a stranger's job the keeper estimates the real gas of the rebalance and only works when the bounty covers at least 1.5x of it. A job that would lose money is logged and skipped. Tidying its own demo wallet stays free.

It buys its own fuel. When its gas falls below 0.015 ETH, the keeper swaps the USDG it has earned for WETH on the chain's deepest pool and unwraps it, refilling its tank to 0.02 ETH. It never spends the last two dollars of its cash. Paying the employee is done in USDG; the fuel is its own problem.

What changed for you

The paperwork. A hiring sheet on the site that keeps itself up to date: connect, carve a law, grant permission, and a status line that tells you exactly where you stand, including "papers signed, wallet empty" with what to do about it.

Your statement. Your account value, your drift, every rebalance done on your account, what you paid for each one, and the management fee line, which reads $0.00.

Selling works. Permission is now requested for stocks the wallet already holds, not only the ones in the law, so the keeper can sell you toward your target as well as buy.

Steadier reads. One refresh at a time, rate limited reads are retried instead of misread as "no law", and the page talks to its own proxy everywhere.

Live numbers, reported by the contract

rebalances executed        21
drift repaired             108,544 bps
paid to strangers          $9.00
fees collected             $0.00

The first line the new keeper printed on boot, as it found itself short of gas and refused to beg for it:

gas low (0.00126 ETH), wages too thin to refuel (1.20 USDG on hand)

Send the employee USDG and it will handle the rest.

AUM0 v3: your stocks never leave your wallet

Choose a tag to compare

@AUMZero AUMZero released this 01 Sep 07:51

The wallet edition is live on Hood Chain. AUM0 now manages portfolios it cannot touch.

Contract 0xaFd484733f4B23e235bf1825c9AdA39368160B03 · Chain Hood Chain (4663) · Web aumzero.com

What changed

Custody is gone. There is no deposit and no withdraw. Your stocks and your cash stay in your own wallet, where your wallet app can see them, and every rebalance pulls, swaps, and returns the result inside a single transaction. The manager's balance is zero before the trade and zero after it. You quit by setting the allowance to zero: there is nothing to withdraw because you never gave anything up.

The venue grew from one stock to fifteen: NVDA, SPCX, TSLA, AAPL, MSFT, AMZN, MU, SPY, PLTR, SNDK, INTC, AMD, GOOGL, META, USAR. Each is pinned to its official on-chain feed and its real USDG pool, measured on-chain and frozen at construction forever.

The three walls, now on your own balances

  1. Every rebalance must move your wallet strictly closer to your target, measured before and after on your real balances, or the whole transaction reverts.
  2. Every fill is priced against the chain's official feeds, on the amount your wallet actually received, not the amount promised.
  3. No function in the contract names a destination. Swap output goes to you, the bounty goes to whoever did the work, and nothing else can move.

Live numbers, reported by the contract

drift 1479 bps -> 43 bps      bounty 0.0144 USDG
drift 9999 bps -> 305 bps     bounty 0.0969 USDG, all cash carried into
                              a fifteen-stock target in one transaction

22 unit tests pass, covering the three walls, overshoot rejection, bounty-farming rejection, bad-fill rejection, and allowance revocation. Fork suites replay rebalances against the live pools.

All venues

Venue Address
Wallet edition (current) 0xaFd484733f4B23e235bf1825c9AdA39368160B03
Custody, fifteen stocks 0xcc27Dd6FD74210303660643bcf6c9d115443bFcA
Custody, NVDA 0xE46B6e60c7b2CbC1f9761B3f12a69813093B6dde

No owner. No admin. No upgrade path. No fee to anyone but the stranger who did the work.