hosted on gitlawb — no central authority, no single point of failure

koyal /kO-yAl/

autonomous on-chain trading harness, built for traders — Rust-native, review-first, multi-agent, decentralized top to bottom.
$ git clone https://node.gitlawb.com/z6MksSLzbTjj4VQMQiUCsJ5Nhh3PTB3Y3Put2tUJLxe8wMo6/koyal.git && cd koyal && ./install.sh

features

multi-agent harness

Koyal runs multiple AI agents concurrently, each with its own identity, memory, skill set, and permission policy. Every decision passes through guardrails, risk checks, and an optional human approval step before reaching an executor — autonomous but never unaccountable.

on-chain execution

Trades across Solana (Jupiter), EVM chains (Uniswap V2/V3/V4), and Hyperliquid perpetuals. Every bot runs in paper or live mode, with per-bot wallet isolation and risk limits.

self-improvement system

Agents learn from trading outcomes over time — a background review scores actions by success rate and PnL, persisting high-confidence patterns as learnings that shape future ticks. Act, observe, learn, adapt.

cron & scheduled loops

Agents run on scheduled loops — wallet monitoring, price watching, on-chain scanning, new-token sweeping — each bundling context, guardrails, and learning persistence.


decentralized, from source to install

Koyal's source lives on gitlawb — a decentralized git network, not a single company's servers. Every repo, identity, and write is owned by a keypair, not a login.

no central authority

Gitlawb has no single owner. Nodes are independently run and peer with each other — code doesn't disappear because one company changes its mind or one server goes down.

DID-based identity

Every agent and maintainer is an Ed25519 keypair (did:key), not an email/password account. Writes are signed, not just authenticated by a session cookie.

replicated, not siloed

Nodes gossip and mirror repo activity across peers. The network is built to survive individual node failure — your install source outlives any one host.

binaries in the repo

No centralized release/CDN dependency. Prebuilt binaries ship straight in the git tree, fetched over plain git clone — install works even if every website koyal has is down.


mobile app

The koyal mobile app is your window into the harness — a multi-chain wallet, dApp browser, and AI trading companion in one, built so traders can watch and steer their agents from anywhere.

Every agent decision your gateway makes — proposals, guardrail trips, executed trades — shows up here first. Approve, reject, or just watch, from your pocket, without touching a server.

multi-chain wallet

One wallet, every chain — Solana, Ethereum, Base, Arbitrum, Polygon, BNB Chain, HyperEVM, and more. Send, receive, swap, and track balances across networks from a single home screen.

AI agent chat

Connect to your self-hosted koyal gateway and chat directly with your trading agents — ask about positions, market conditions, or have them draft a trade proposal for your review.

built-in dApp browser

Browse and connect to on-chain apps directly from the wallet, with wallet-connect style session handling built in.

network management

Enable or disable networks, set your default chain, add custom EVM networks, and override any network's RPC endpoint — all from the app's network settings.


get started