CrowdTrendz Perpetuals n8n Node
Automate Strike Finance perpetual trading via CrowdTrendz Perpetuals through n8n workflows.
Installation
- Go to Settings → Community Nodes in your n8n instance
- Install:
n8n-nodes-crowd-strike
Credentials
Create a "Crowd Perpetuals Wallet" credential with:
- Mnemonic: Your wallet's recovery phrase (12-24 words)
- Passphrase: Optional additional security layer
Quick Setup
- Create Wallet Credential: Add your mnemonic phrase in Credentials
- Add Node: Find "CrowdTrendz Perpetuals" in the blockchain category
Operations
- Open Position: Create leveraged long/short positions
- Close Position: Close existing positions by ID
- Get Positions: List all open positions for an address
- Sign & Submit: Sign and broadcast transactions to Cardano
Basic Workflow
[Trigger] → [CrowdTrendz Perpetuals: Open Position] → [CrowdTrendz Perpetuals: Sign & Submit]
Key Parameters
- Network: mainnet only
- Address Source: Generate from wallet (recommended)
- Asset: Leave empty for ADA, or specify policy ID + asset name
- Collateral: Amount in ADA or CNT
- Leverage: 1-10x multiplier
Example: Open Long Position
- Operation:
Open Position
- Asset: Empty (for ADA)
- Collateral:
50
ADA
- Leverage:
3
- Position:
Long
Output includes transaction CBOR ready for signing.
Security Notes
- You own your own n8n security pattern.
- Store mnemonic securely in n8n credentials.
- If you are planning to use this, make sure you create a separate hot wallet.
- If you are planning to use this, make sure you rotate the hot wallet regularly.
- Trading involves significant risk.
Important note
The current state of this n8n module is: Alpha
Support
Report issues on GitHub: Coming Soon