PTERI Intelligence

Litecoin Blockchain Agent (MCP‑based) — User Guide

1. What this agent is?

The Pteri Intelligence is a conversational assistant that executes on‑chain Litecoin operations and related wallet tasks. It’s designed around MCP (Model Context Protocol), which cleanly exposes agent capabilities to an LLM (Gemini) and external clients via structured tools.

Core Capabilities

  • Wallet system: create/import/export wallets (mnemonic/seed/xpub), derive addresses (P2PKH, P2SH‑P2WPKH, bech32 P2WPKH), manage accounts/labels.

  • Balances & UTXOs: get balances, list UTXOs, coin selection strategies, change handling.

  • Transactions (LTC): build, simulate, sign, and broadcast standard Litecoin transactions; support segwit and RBF (if enabled by your node/policy).

  • MWEB (MimbleWimble Extension Blocks): create/receive confidential transactions, v‑in/v-out handling, MWEB change.

  • Fees & Simulation: estimate fees from mempool/targets; dry‑run to preview size, fee, and outputs.

  • Message signing/verification: sign messages with a given key path or address; verify signatures.

  • Observability: fetch transaction status, confirmations, decode raw tx, track addresses, emit webhooks/events.

Supported Networks

  • Mainnet for standard LTC

  • MWEB on mainnet (if node/wallet supports it)


2. How MCP fits in

Model Context Protocol (MCP) provides a standard way to register tools (capabilities), define schemas (inputs/outputs), and stream events. Your client (chat UI, server, or automation) calls tools through MCP; the LLM orchestrates which tools to call based on the conversation.

At a glance:

- Declarations: Tools are declared with JSON schema: name, description, input/return types.

- Execution: The agent executes the tool, accesses wallet/node resources, and returns structured results.

- State: Conversation state includes current network, active wallet/account, default fee policy, and safety settings.

3. How to Use the Litecoin Intelligent Pteri Intelligence

Step 1: Prompt the Pteri Intelligence

Simply type or say what you want to do in plain language. You can ask the Pteri Intelligence to perform any supported Litecoin operation, such as:

  • “Create a new Litecoin wallet for me.”

  • “Check my wallet balance.”

  • “Send 0.25 LTC to ltc1qxyz....”

  • “Sign this message: ‘I own this wallet.’”

  • “Make a private (MWEB) transaction of 1 LTC.”

The Pteri Intelligence automatically understands your intent, maps it to the correct Litecoin operation, and prepares to execute it.


Step 2: Let the Pteri Intelligence Guide You

If your request is ambiguous, the Pteri Intelligence will politely ask for clarification — for example:

User: “Transfer Litecoin.” Pteri Intelligence: “Sure! Could you specify the amount and recipient address?”

If the Pteri Intelligence needs parameters that weren’t included in your prompt (like amount, address, or message), it will request them interactively, one at a time. You simply respond with the values when prompted.


Step 3: Task Completion

Once confirmed, the Pteri Intelligence executes the operation securely on the Litecoin blockchain. You’ll receive a detailed success message including:

  • Operation status (e.g., Transaction Completed, Wallet Created)

  • Transaction ID (TxID)

  • Amount and network fee

  • Optional details (like signed message output)


Step 4: Verify on Pteri

After completing a blockchain operation, you can verify the transaction directly on Pteri explorer.

Just copy your TxID and paste it into the search bar on Pteri to see:

  • Transaction details

  • Confirmation count

  • Amount and addresses involved

  • Timestamp and block info


Example Conversation Flow

User:

I want to send Litecoin.

Pteri Intelligence:

Sure! Would you like to send from you address or you would prefer to send from your wallet.

User:

Select prefer option

Pteri Intelligence:

Sure! Please enter the recipient address.

User:

ltc1qp9d0a2xy...

Pteri Intelligence:

Got it. How much LTC would you like to send?

User:

0.25 LTC

Pteri Intelligence:

You’re sending 0.25 LTC to ltc1qp9d0a2xy... with a network fee of 0.0001 LTC. Shall I proceed?

User:

Yes, proceed.

Pteri Intelligence:

Transaction successful! TxID: b7ac0f92d4e8... You can view it on Pteri explorer for confirmation.


Action

Description

Parameters

create_wallet

Create a new Litecoin wallet

None

get_balance

Get current wallet balance

address

send_transaction

Send standard LTC transaction

to, amount, note

send_mweb_transaction

Send private (MWEB) LTC transaction

to, amount

sign_message

Sign arbitrary message

message, privateKey

verify_message

Verify signed message

message, signature, address

get_transaction_history

Retrieve all transactions for a wallet

address

Agent retrieving wallet-balance

Go! Chat with Pteri Intelligence Now!

Support

For further assistance:

Last updated

Was this helpful?