CA:0x

how it works

github is the source. gitpad gives it a market.

how a repository becomes a market

paste
paste a repo

any public github repository — github.com/owner/repo or just owner/repo.

verify
verify real data

gitpad pulls stars, forks, contributors and commits straight from github.

launch
launch the market

configure it and launch on the pons bonding curve in under a minute.

follow
follow the project

trade the market and watch the repository ship, release and grow.

the full path, step by step

from a repository url to a live, tradeable market — and where the fees land.

01 · paste

paste a repository

any public github repository works — github.com/owner/repo, a deep link to an issue or pull request, or just owner/repo. gitpad parses it, rejects reserved paths, and resolves the canonical owner and repo name through the github api.

  • supports github.com urls, deep links (/issues/1, /pull/2, /releases), .git suffixes and git@ urls
  • reserved path segments (orgs, settings, explore…) are rejected
  • ticker and name auto-fill from the repository name when left blank
02 · verify

verify real github data

gitpad pulls live metadata straight from github's public rest api — stars, forks, contributors, recent commits, the latest release and language breakdown. nothing is fabricated. if github is rate-limited or down, gitpad shows an honest 'unavailable' state instead of inventing numbers.

  • stars, forks, watchers and open issues come from the repository endpoint
  • contributors are counted through the link header (handles paginated totals)
  • recent commits, weekly commit activity and the latest release are shown on the market page
  • a language breakdown uses linguist-style color dots
03 · launch

launch the market

configure an optional logo and description, then launch through the pons v2 bonding-curve factory on robinhood chain. the repository snapshot — owner, name, description, stars and avatar — is stored onchain in the launch record so the market stays anchored to the code it represents.

  • launches go through the pons v2 factory on robinhood chain (id 4663)
  • markets graduate into locked uniswap v4 liquidity
  • the repo snapshot lives in the launches table as jsonb and is re-fetched live for freshness
  • content_type is marked 'github' so the card shows repository facts, not social embeds
04 · follow

follow the project

trade the market and watch the repository ship. the market page keeps showing real commits, releases and contributors as the project evolves — the onchain market and the open-source work stay linked.

  • every market page re-fetches github data on a 10-minute cache
  • a disclaimer makes clear the market is community-created, not endorsed by the maintainers
  • repo admins can connect github and claim the fees their market earns
fees

fees belong to the repository, not the deployer

gitpad routes creator fees to a single payout wallet and lets verified repo admins claim them through github. the person who launches the coin never receives fees.

where fees go

every coin's creator fees route to the gitpad payout wallet — never to the deployer who launched it. the deployer earns nothing from fees; only the verified repository admin does.

how admins claim

each coin page has a 'claim fees with github' button. the admin signs in through github oauth (callback host gitpad.cc). gitpad checks their github identity against the repository's collaborators and owners — only admins pass. once verified, they choose which wallet receives the payout.

what is recorded

a verified claim is written to the fee_claims table: the coin, the verified github login, the repo, and the chosen payout wallet. this is the source of truth for who earned what.

payouts

payouts are manual for now. gitpad records who is verified and their wallet, but does not yet send the money. you fund the payout wallet and pay verified admins from it. automatic sending is the next step and needs the wallet's key secured plus a per-coin fee ledger.

note: new launches are paused until the gitpad payout wallet address is set. every coin's fees depend on it. once configured, verified admins can claim from each coin page.

questions

which repositories can be launched?

any public github repository. gitpad verifies it exists through github's api before a launch is possible.

who can launch?

anyone with a connected wallet. launching costs a small fee on pons.

do deployers earn fees?

no. fees go to the gitpad payout wallet and are claimed only by the verified repository admin — never the deployer.

are markets endorsed by the maintainers?

no. gitpad markets are community-created and are not necessarily affiliated with the referenced repository or its maintainers. a disclaimer is shown on every market page.

is the github data real?

yes. stars, forks, contributors, commits and releases come live from github's public api. if github is unavailable, gitpad says so instead of guessing.

is this live on chain?

yes. launches go through the pons v2 factory on robinhood chain and graduate into locked uniswap v4 liquidity.

what about github rate limits?

github allows roughly 60 unauthenticated lookups per hour per visitor. once exceeded, gitpad shows 'unavailable' rather than stale or invented data.