Skip to main content
Glama

MCP-BAMM

by IQAIcom

ADD_COLLATERAL

Increase collateral in your Borrow Automated Market Maker (BAMM) position by specifying the BAMM contract address, collateral token address, and amount to add on the Fraxtal blockchain via MCP-BAMM.

Instructions

Add collateral to your BAMM position

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount of collateral to add
bammAddressYesThe address of the BAMM contract
collateralTokenNoThe address of the collateral token
collateralTokenSymbolNoThe symbol of the collateral token (e.g., 'IQT')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount of collateral to add", "minLength": 1, "type": "string" }, "bammAddress": { "description": "The address of the BAMM contract", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "collateralToken": { "description": "The address of the collateral token", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "collateralTokenSymbol": { "description": "The symbol of the collateral token (e.g., 'IQT')", "type": "string" } }, "required": [ "bammAddress", "amount" ], "type": "object" }
Install Server

Other Tools from MCP-BAMM

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/IQAIcom/mcp-bamm'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server