Your First Chain
Now that your wallet is connected and session keys are active, you are ready to build your first automation chain. Follow this 5-minute tutorial to create a simple "Reinvest" chain (Link Order).
Scenario
You want to bet on Market A (e.g., "Will Bitcoin hit $100k?"). If you win, you want to automatically take those winnings and bet them immediately on Market B (e.g., "Will Ethereum hit $5k?").
Step 1: Open the Visual Builder
Click on "New Chain" in the sidebar. You will see a blank canvas with a node menu on the left.
Step 2: Add the Source Node
Drag a Source Node onto the canvas.
Click the node to configure it. Search for "Bitcoin $100k" in the market list.
Select your position: "YES".
This node represents the trigger. The system will now watch this market.
Step 3: Add the Condition Node
Drag a Condition Node and connect it to the Source Node.
Set the Logic: "IF Outcome is YES".
This tells the system to proceed only if your prediction was correct.
Step 4: Add the Target Action
Drag an Action Node (Buy) onto the canvas and connect it to the Condition Node.
Select the Target Market: Search for "Ethereum $5k".
Set the Amount: Select "100% of Proceeds" to reinvest everything, or enter a specific USDC amount.
Set Slippage: Default is 1%. This protects you from bad price execution.
Step 5: Activate
Review your chain visually. It should look like: Source -> Condition -> Target.
Click the "Deploy Chain" button in the top right corner.
The system will validate your parameters and register the chain in the Watchtower.
Congratulations! You have just deployed an algorithmic trading strategy. PolyOrbit will now monitor the Bitcoin market and execute your Ethereum trade the moment the condition is met.
Last updated
