module botanary::agents {

    /// the financial os for ai agents.
    /// give your agent a wallet,
    /// a budget, and guardrails.
    public fun open_account(): bool {
        ...
        return true;
    }

    /// pay, swap, stake - autonomously.
    /// every transaction signed,
    /// scoped, and auditable.
    public fun execute(intent): receipt {
        ...
    }
}
LAUNCHING Q3 2026

Botanary

The financial OS for AI agents. Bounded, revocable, auditable authority over your money.