agentek-eth

by NaniDAO
Verified

intentProposeNani

Enables the creation of new governance proposals for NANIDAO by specifying chain ID and proposal content. Designed for Ethereum-based automation.

Instructions

Create a new governance proposal for NANIDAO

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chain ID to propose on
contentYesThe proposal content/description

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chain ID to propose on", "type": "number" }, "content": { "description": "The proposal content/description", "type": "string" } }, "required": [ "content", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce