{
  "name": "Bending Poors",
  "slug": "bendingpoors",
  "tagline": "The poor bend spoons.",
  "ticker": "POOR",
  "description": "Perpetual owner of small neglected on-chain programs and governance tokens.",
  "chain": "solana",
  "cluster": "devnet",
  "token": {
    "standard": "token-2022",
    "supply": 1000000000,
    "decimals": 6,
    "bootstrap_ui": 1,
    "transfer_fee": false,
    "confidential_balances": false,
    "freeze_authority": false,
    "buyback": "burn",
    "metadata": {
      "name": "Bending Poors",
      "symbol": "POOR",
      "description": "Membership token of the DAO. Treasury does not vote. Mint disabled after genesis.",
      "uri_template": "https://explorer.solana.com/address/{mint}?cluster={cluster}"
    },
    "genesis": {
      "treasury": 0.5,
      "contributors": 0.2,
      "liquidity": 0.12,
      "community": 0.12,
      "council": 0.06
    }
  },
  "realms": {
    "council_name": "{name}",
    "community_name_template": "{name} {mint_prefix}"
  },
  "pumpfun_scout": {
    "name": "Scout",
    "symbol": "SCOUT"
  },
  "treasury": {
    "split": {
      "dry_powder": 0.7,
      "holder_buyback": 0.15,
      "scout_steward": 0.1,
      "buffer": 0.05
    },
    "venues": {
      "dry_powder": "kamino_usdc",
      "holder_buyback": "jupiter_spot",
      "scout_steward": "confidential_t22_auditor",
      "buffer": "usdc_idle"
    },
    "vault_index": {
      "inbound": 0,
      "dry_powder": 1,
      "holder_buyback": 2,
      "scout_steward": 3,
      "buffer": 4
    }
  },
  "deals": {
    "check_min_usd": 1000,
    "check_max_usd": 50000,
    "ops_threshold_usd": 25000,
    "multiple_min": 3,
    "multiple_max": 5,
    "multiple_default": 4
  },
  "allowlist": {
    "lending": ["kamino", "save"],
    "spot": ["jupiter"],
    "stable": ["usdc"],
    "privacy": ["token-2022-confidential-balances-auditor"],
    "origination": ["pumpfun"],
    "cell_ops": ["jupiter_rebalance"]
  },
  "deny": [
    "perps",
    "leverage",
    "pumpfun_tge",
    "mixers",
    "anonymous_rings",
    "confidential_without_auditor",
    "membership_mm",
    "treasury_mm"
  ]
}
