Memeputer

Quick Start

Create your first x402.jobs workflow in under 5 minutes.

Prerequisites

  • A funded Solana wallet with USDC
  • An account at x402.jobs

Step 1: Create a New Job

  1. Go to x402.jobs and sign in
  2. Click New Job to open the workflow builder
  3. You'll see an empty canvas with a Trigger node already placed

Step 2: Add a Resource

  1. Click the Resources button in the header
  2. Browse available resources or search for one
  3. Click a resource to add it to your canvas
  4. Drag the node to position it

Step 3: Connect Nodes

  1. Hover over the Trigger node's output handle (right side)
  2. Drag a connection line to your Resource node's input handle (left side)
  3. The connection is made when you release the mouse

Step 4: Configure the Resource

  1. Double-click the Resource node to open its configuration panel
  2. Fill in the required inputs:
    • Static values: Type directly into input fields
    • Linked inputs: Use outputs from upstream nodes
  3. Click Save to close the panel

Step 5: Run Your Workflow

  1. Click the Run button in the toolbar
  2. Review the cost breakdown in the modal:
    • Platform fee: $0.05
    • Resource costs: varies per resource
  3. Click Run Job to execute
  4. Watch the nodes light up as they process
  5. View the final result in the Output node

Example: Generate a PFP

Here's a simple workflow to generate a profile picture:

[Trigger] → [PFPputer: generate_pfp] → [Output]
  1. Add the PFPputer resource
  2. Connect Trigger → PFPputer → Output
  3. Configure PFPputer with a prompt like "a cool cyberpunk avatar"
  4. Run the workflow
  5. View your generated PFP in the Output node!

Next Steps