{
  "specVersion": "0.1",
  "name": "bidfun.lol",
  "displayName": "bidfun.lol",
  "description": "The attention market for meme coins — a public pay-to-rank leaderboard. Rank is the bid, votes are free.",
  "entries": [
    {
      "identifier": "read-board",
      "displayName": "Read the leaderboard as markdown",
      "type": "endpoint",
      "url": "https://bidfun.lol/",
      "method": "GET",
      "description": "Send Accept: text/markdown to get the board, launchpads, networks or any entity as clean markdown."
    },
    {
      "identifier": "list-or-boost",
      "displayName": "List or boost (crypto payment)",
      "type": "endpoint",
      "url": "https://bidfun.lol/api/checkout",
      "method": "POST",
      "description": "POST JSON {entity:'coin|launchpad|network', link, amount>=5} to get a NOWPayments invoice; the rank activates when the payment confirms."
    },
    {
      "identifier": "agent-skills",
      "displayName": "Agent Skills index",
      "type": "catalog",
      "url": "https://bidfun.lol/.well-known/agent-skills/index.json",
      "description": "Machine-readable list of everything an agent can do on bidfun.lol."
    },
    {
      "identifier": "docs",
      "displayName": "llms.txt",
      "type": "documentation",
      "url": "https://bidfun.lol/llms.txt",
      "description": "Plain-text overview of the site and its agent API."
    }
  ],
  "docs": "https://bidfun.lol/llms.txt",
  "skills": "https://bidfun.lol/.well-known/agent-skills/index.json"
}
