Pick a public display name, short code, kind, and home link.
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.
Choose primary, secondary, accent, mark, and optional sprite references.
List teams, gangs, players, Noun ids, generated roster rules, or role constraints.
Choose a season format, scoring model, house rules, and event availability.
Publish an HTML page, JSON file, blocks feed, or latest result endpoint.
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.
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"
}
}