Community spend

Disburses funds from the on-chain community reserve

Draft the proposal

RECIPIENT=nibi1gc6vpl9j0ty8tkt53787zps9ezc70kj88hluw4
AMOUNT=100000000

cat << EOF | jq | tee draft_proposal.json
{
 "messages": [
  {
   "@type": "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend",
   "authority": "nibi10d07y265gmmuvt4z0w9aw880jnsr700jd8hulq",
   "recipient": "$RECIPIENT",
   "amount": [
    {
     "amount": "$AMOUNT",
     "denom": "unibi"
    }
   ]
  }
 ],
 "metadata": "",
 "deposit": "20000000000unibi",
 "title": "Disburse tokens to refund users slashed by oracle pricefeeder bug on 04-24-2024.",
 "summary": "https://nibiru.notion.site/Nibiru-Oracle-Post-Mortem-April-2024-d009af996f3c4fb399d805ecbe2dee14"
}
EOF

The authority has to be the gov module account, which on Nibiru Chain is nibi10d07y265gmmuvt4z0w9aw880jnsr700jd8hulq.

Submit the proposal

Last updated

Was this helpful?