Governance Features
Overview
Staking
Proposals
Creating a Proposal
const proposal = await sdk.createProposal({
title: "Test Popular DEX",
description: "Run chaos tests on XYZ DEX",
targetProgram: "DEX_PROGRAM_ID",
testParams: {
testType: TestType.EXPLOIT,
duration: 600,
intensity: 8
},
stakingAmount: 1000
});Voting
Staking
Rate Limits
Rewards
Last updated