A collection of pre-built workflow templates for NodeMatrix. These workflows demonstrate common use cases and can be imported directly into your NodeMatrix instance.
NodeMatrix is a visual node-based workflow builder for blockchain operations. It enables you to create complex multi-step token launches, trading strategies, and automation workflows without writing code.
- Open NodeMatrix in your browser
- Click the "Flow Control" button in the left sidebar
- Navigate to the "Flow Management" tab
- Click "Import Flow"
- Select one of the JSON files from this repository
- Refresh the page to see your imported workflow
Before executing any workflow, make sure to:
- Configure your wallets in Run Config
- Set up API keys in Global Config (for workflows that use Telegram, Twitter, etc.)
- Adjust node configurations to match your specific needs
- Review the workflow structure to understand what it does
File: simple-token-launch.json
Basic token deployment workflow. Sets token metadata, deploys the contract, and adds liquidity to a DEX pool.
Use Case: Quick token launches for testing or simple projects.
Nodes: Token Info, Wallet Injector, Deploy, Add Liquidity
File: basic-buy-sell.json
Simple trading workflow that generates wallets, executes buy orders, then sells tokens.
Use Case: Testing buy and sell functionality with multiple wallets.
Nodes: Start, Wallet Injector, Multi Wallet, Buy, Sell
File: token-launch-social.json
Deploys a token and automatically announces it on Telegram and Twitter.
Use Case: Launch a token and immediately notify your community.
Requirements: Telegram and Twitter API keys in Global Config
Nodes: Token Info, Wallet Injector, Deploy, Telegram, Twitter
File: cross-chain-swap.json
Transfers funds across chains using Mayan Bridge. Configured for Monad to Solana swaps.
Use Case: Move funds between different blockchains seamlessly.
Nodes: Start, Wallet Injector, Simple Mayan Swap
File: evm-master-launch.json
Professional token launch using the EVM Master node. Deploys, verifies, and renounces ownership in a single operation.
Use Case: Production-ready token launches with contract verification and ownership renouncement.
Nodes: Token Info, Wallet Injector, EVM Master, Add Liquidity
File: basic-token-launcher-ai.json
Complete token launch workflow with AI-generated logo and documentation.
Use Case: Professional launches with automated asset generation.
Requirements: OpenAI API key in Global Config
Nodes: Token Info, Image Generator, Documentation Generator, Wallet Injector, Deploy, Add Liquidity
File: token-launcher-bundling-profit.json
Advanced launch workflow with coordinated multi-wallet operations, bundled buys, and automated profit taking.
Use Case: Professional launches with sophisticated trading strategies.
Nodes: Token Info, Wallet Generator, Deploy, Add Liquidity, Multi Wallet, Buy, Sell, Atomic Remove Liquidity
File: token-launch-social-management.json
Complete social media launch workflow. Creates Telegram groups, sends announcements, posts on Twitter, and updates website dynamically.
Use Case: Full-featured launches with complete social media automation.
Requirements: Telegram, Twitter, and Vercel API keys in Global Config
Nodes: Token Info, Image Generator, Deploy, Add Liquidity, Telegram Group Creator, Telegram, Twitter, Website Config
File: modular-wallet-rotation.json
Demonstrates modular workflow composition. Automatically rotates wallets and manages fund distribution.
Use Case: Learn how to combine nodes to create custom automation systems.
Nodes: Wallet Generator, Wallet Transfer, Wallet Injector, Loop
File: modular-cross-chain-workflow.json
Multi-chain deployment workflow. Deploys on Monad, switches chains, bridges funds, and launches on PumpFun.
Use Case: Understand cross-chain workflows and chain switching capabilities.
Nodes: Token Info, Deploy, Add Liquidity, Chain Switch, Simple Mayan Swap, PumpFun Launcher
File: modular-monitoring-system.json
Real-time transaction monitoring system with alerts and chart integration.
Use Case: Monitor token activity and receive alerts for important transactions.
Requirements: Telegram API key for alerts
Nodes: Start, Transaction Monitor, DEXTools, Telegram, Loop
After importing a workflow, you can:
- Modify node configurations by clicking on individual nodes
- Add or remove nodes to extend functionality
- Adjust timing and delays between operations
- Change chain settings in the Token Info node
- Configure wallet pools and trading amounts
All workflows default to Monad chain, but you can change this in the Token Info node. Supported chains include:
- Monad (primary)
- Base
- Ethereum
- BSC (Binance Smart Chain)
- Solana
Found a bug or want to add a workflow? Open an issue or submit a pull request. When contributing:
- Include a clear description of what the workflow does
- Test the workflow before submitting
- Follow the existing JSON structure format
- Update this README with your new workflow
For questions or issues:
- Check the NodeMatrix Documentation
- Visit api.nodematrix.one for API reference
- Open an issue on GitHub
These workflows are provided as-is for use with NodeMatrix. Modify and use them as needed for your projects.