Faktory Tools
Tools for interacting with Faktory DEX
Faktory tools provide functionality for interacting with the Faktory DEX, including buying and selling tokens, getting quotes, and retrieving token information.
Tool Overview
faktory_get_sbtc
Request testnet sBTC from the faucet
Automatic funding
faktory_exec_buy
Execute a buy order with BTC
Order execution, slippage control
faktory_exec_buy_stx
Execute a buy order with STX
Order execution, slippage control
faktory_exec_sell
Execute a sell order
Order execution, slippage control
faktory_get_dao_tokens
Get a list of DAO tokens
Pagination, search, sorting
faktory_get_token
Get detailed information about a token
Price, volume, market data
Tool Details
faktory_get_sbtc
Requests testnet sBTC from the Faktory faucet.
Input Parameters: None
Output:
Example Prompt:
faktory_exec_buy
Executes a buy order on Faktory DEX using BTC.
Input Parameters:
btc_amount
: Amount of BTC to spend (e.g., "0.0004")dao_token_dex_contract_address
: Contract address of the token on DEXslippage
(optional): Slippage tolerance in basis points (default: "15")
Output:
Example Prompt:
faktory_exec_buy_stx
Executes a buy order on Faktory DEX using STX.
Input Parameters:
stx_amount
: Amount of STX to spend (e.g., "100")dao_token_dex_contract_address
: Contract address of the token on DEXslippage
(optional): Slippage tolerance in percentage (default: "15")
Output:
Example Prompt:
faktory_exec_sell
Executes a sell order on Faktory DEX.
Input Parameters:
token_amount
: Amount of tokens to sell (e.g., "100")dao_token_dex_contract_address
: Contract address of the token on DEXslippage
(optional): Slippage tolerance in percentage (default: "15")
Output:
Example Prompt:
faktory_get_dao_tokens
Retrieves a list of DAO tokens from Faktory.
Input Parameters:
page
(optional): Page number for pagination (default: "1")limit
(optional): Number of items per page (default: "10")search
(optional): Search term to filter tokenssort_order
(optional): Sort order for the results
Output:
Example Prompt:
faktory_get_token
Retrieves detailed information about a token from its DEX contract.
Input Parameters:
dex_contract_id
: Contract ID of the DEX
Output:
Example Prompt:
Error Handling
All Faktory tools return standardized error responses when operations fail:
Common error codes:
6001: Insufficient balance
6002: Slippage too high
6003: Token not found
6004: Liquidity too low
6005: Transaction failed
Last updated