Source Code

;; SPDX-License-Identifier: BUSL-1.1
(impl-trait 'SP102V8P0F7JX67ARQ77WEA3D3CFB5XW39REDT0AM.proposal-trait.proposal-trait)

;; Main execute function
(define-public (execute (sender principal))
  (begin
    ;; Create the vote
    (try! (contract-call? 'SP1KK89R86W73SJE6RQNQPRDM471008S9JY4FQA62.alex-voting-v1-01 create-vote
      u"\u{1f7e7} ALEX Governance Proposal: Q1 2026 Approval to Utilize Protocol Revenue Towards Operational Costs \u{1f5f3}"
      u"Subject to governance vote approval, the ALEX Lab Foundation proposes:\n\n\u{1f538} Approval to Renew for Q1 2026, the allocation of protocol revenue toward essential operational costs.\n\n\u{1f5f3} Voting details:    \n\u{23f3} Voting Opens: 27th February 2026    \n\u{231b}\u{fe0f} Voting Closes: 6th March 2026\n\nMake your voice count, be sure to cast your vote. \u{2705}\n\n\u{1f4d6} [Full Proposal \u{1f517}](https://medium.com/alexgobtc/alex-governance-vote-quarterly-approval-to-utilize-protocol-revenue-towards-operational-costs-a2930d5ce4f9)\n"
      u1772163840
      u1772768640
      (list u"Approve" u"Disapprove" u"Abstain")
      none))

    (ok true)))

Functions (1)

FunctionAccessArgs
executepublicsender: principal