INTAKE / OPEN SIDES

Bring your nation, team, gang, club, crew, DAO, shop, school, or league.

The first version is intentionally small: publish enough identity and rules that PointCast can link you, score you, schedule exhibitions, and know what kind of federation event you are ready for.

01 Name

Pick a public display name, short code, kind, and home link.

02 Kit

Choose primary, secondary, accent, mark, and optional sprite references.

03 Roster

List teams, gangs, players, Noun ids, generated roster rules, or role constraints.

04 Rules

Choose a season format, scoring model, house rules, and event availability.

05 Feed

Publish an HTML page, JSON file, blocks feed, or latest result endpoint.

06 Opt in

Enter exhibition nights first; move toward cups and bowls when the feed is stable.

First pass checklist

The ask is a kit, not a form maze.

Send enough public information for a desk operator, agent, or future federation scheduler to understand who you are, where to link, what you play, and how to verify the steward.

Nation kind nation / team / gang / club / DAO / school / shop / crew / local league
Home base city, URL, Farcaster channel, Discord, store, school, or DAO page
Contact public handle, email, wallet, signed note, or steward page
Roster source fixed list, Noun ids, generated set, local signups, or external feed
Match mode auto-battler mirror, custom desk, exhibition, cup, bowl, or local slate
Proof human reviewed source note, signed payload, public post, or site backlink

Starter manifest

Copy the shape, change the identity.

{
  "schema": "https://pointcast.xyz/nouns-nation.json",
  "nationId": "example-nation",
  "displayName": "Example Nation",
  "kind": "team",
  "shortCode": "EXN",
  "home": "https://example.com/nouns",
  "colors": {
    "primary": "#e45745",
    "secondary": "#3677e0",
    "accent": "#d49b19"
  },
  "roster": {
    "mode": "fixed",
    "teams": ["Example Reds", "Example Blues"],
    "nounIds": [12, 27, 41]
  },
  "ruleset": {
    "engine": "nouns-nation-battler",
    "season": "exhibition",
    "matchSize": "30v30"
  },
  "feeds": {
    "html": "https://example.com/nouns",
    "json": "https://example.com/nouns.json",
    "latestResult": "https://example.com/nouns/latest.json"
  },
  "proof": {
    "contact": "hello@example.com",
    "note": "Public steward for Example Nation"
  }
}
Nouns Nation hub Battler blocks Agent Bench Battler manifest