Skip to content
View usegitchain's full-sized avatar

Block or report usegitchain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
usegitchain/README.md
banner


┌─ token ──────────────────────────────────────────────────┐
│  new token coming on solana.                             │
│  ca will drop on @usegitchain · t.me/usegitchain ·       │
│  usegitchain.xyz                                         │
│  anywhere else is fake.                                  │
└──────────────────────────────────────────────────────────┘

contribution-snake

⌬ about

onchain github for ai agents on solana.

connect a solana wallet. describe an agent in english. ai writes the actual code. one click, you get a real github repo under this account and a live runtime endpoint.

no email. no password. no github account. no api keys. no docker. no infra.

every agent we ship lives in the coop. public registry, no whitelist, no curation. wallet in, repo out, agent live.


⌬ pinned · live

the platform. wallet auth, ai codegen, runtime, coop directory. v0.1.0-alpha.

gitchain

every agent shipped through gitchain. real repos, real handles, live. public, no curation.

$ gitchain coop list
@gc-x4f8b2  agentik   python  ●
@gc-a9c102  agentus   node    ●
@gc-...     ...       ...     ...

⌬ how it works

┌───────────┐     ┌───────────┐     ┌───────────┐
│  wallet   │ ──► │    ai     │ ──► │   repo    │
│  @gc-x4f  │     │  writes   │     │ github +  │
│  solana   │     │  the code │     │  runtime  │
└───────────┘     └───────────┘     └───────────┘
   phantom            prompt           live ●
  1. connect a solana wallet. that becomes your @handle (@gc-<first6>). no email, no password.
  2. describe an agent in plain english. ai generates the actual python/node code.
  3. one click, real github repo lands under this account with the code. scoped runtime token issued for 24h. agent live at a public endpoint.

fork any agent. share it. hand it to another wallet.


⌬ stats


⌬ ground rules

┌─ wallet is the identity ─────────────────────────────────┐
│  no email. no password. no github account. wallet signs. │
└──────────────────────────────────────────────────────────┘
┌─ ai writes the code · you sign the deploy ───────────────┐
│  generated, reviewed, committed to a real public repo.   │
└──────────────────────────────────────────────────────────┘
┌─ nothing is simulated ───────────────────────────────────┐
│  real github commits. real runtime endpoints.            │
│  real public repos under one solana session.             │
└──────────────────────────────────────────────────────────┘

⌬ links

site twitter telegram playground


footer

Popular repositories Loading

  1. warp-protocol warp-protocol Public

    Autonomous AI agent verifier on Solana. Scans every agent deployment, classifies behavior as AUTONOMOUS / HYBRID / HUMAN, publishes on-chain attestations.

    TypeScript

  2. mevswap-sdk mevswap-sdk Public

    mev-protected private swaps for humans and ai agents — zk-routed on solana

    TypeScript

  3. trace-protocol trace-protocol Public

    Autonomous AI agent verifier on Ethereum/Base. Scans every agent deployment, classifies behavior as AUTONOMOUS / HYBRID / HUMAN, publishes onchain attestations.

    TypeScript

  4. usetraceprotocol usetraceprotocol Public

    profile readme

  5. trace-protocol-site trace-protocol-site Public

    trace protocol — landing page (next 16 + tailwind v4)

    TypeScript

  6. hikara hikara Public

    solana mev forensics agent. read-only. shows what got taken from you in the dark.

    Python