{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "optim-solana-gateway-production-up-railway-app-pack-resources",
  "title": "Optim \u00b7 Pack Solver Resources",
  "url": "https://optim-solana-gateway-production.up.railway.app/pack-resources",
  "category": "compute",
  "summary": "Execute resource packing optimization with custom objectives and solver constraints.",
  "seo": {
    "title": "Resource Optimization Solver API - x402 Pay-Per-Call",
    "description": "Solve resource packing problems with configurable objectives and constraints. Submit solver request with resource parameters, receive optimized allocation. 0.25 USDC per call on Solana."
  },
  "use_cases": [
    "Optimize container loading for logistics",
    "Solve bin packing for cloud resource allocation",
    "Generate optimal resource distribution for manufacturing"
  ],
  "ideal_buyer": "Operations research applications and logistics platforms requiring constraint-based optimization solving.",
  "example_prompt": "Pack these items into bins with minimum waste: [list of items with dimensions]",
  "example_request_body": {
    "num_points": 1,
    "objectives": [
      "minimize_bins"
    ],
    "solver_request": {
      "items": [
        {
          "id": "item1",
          "dimensions": [
            10,
            20,
            30
          ]
        }
      ],
      "bin_capacity": [
        100,
        100,
        100
      ]
    }
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 25,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "HJ1szpSUkTXkBMsSnAjf6dkj9dgJtCcrEZKxA6GnL1Mh",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "250000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "solver_request"
            ],
            "properties": {
              "num_points": {
                "type": "number"
              },
              "objectives": {
                "type": "array"
              },
              "solver_request": {
                "type": "object"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "success": true,
            "pipeline": "pack-resources",
            "strategies": [
              {
                "id": "A",
                "name": "Efficient \u00e2\u0080\u0094 Min Resources"
              },
              {
                "id": "B",
                "name": "Balanced \u00e2\u0080\u0094 Trade-off Optimized"
              },
              {
                "id": "C",
                "name": "Coverage \u00e2\u0080\u0094 Max Items/Value"
              }
            ]
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "optim-solana-gateway-production-up-railway-app",
    "host": "optim-solana-gateway-production.up.railway.app",
    "title": "Optim Solana Gateway",
    "description": "A production gateway service on Railway, likely providing Solana blockchain infrastructure or API access for agents requiring on-chain operations.",
    "url": "https://optim-solana-gateway-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-pack-resources",
    "url": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-pack-resources",
    "name": "Optim \u00b7 Pack Solver Resources",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/optim-solana-gateway-production-up-railway-app-pack-resources",
      "@type": "Offer",
      "price": "0.25",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.250000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://optim-solana-gateway-production.up.railway.app/pack-resources",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/optim-solana-gateway-production-up-railway-app",
      "url": "https://optim-solana-gateway-production.up.railway.app",
      "name": "Optim Solana Gateway",
      "@type": "Organization"
    },
    "identifier": "optim-solana-gateway-production-up-railway-app-pack-resources",
    "description": "Solve resource packing problems with configurable objectives and constraints. Submit solver request with resource parameters, receive optimized allocation. 0.25 USDC per call on Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=optim-solana-gateway-production-up-railway-app-pack-resources",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=optim-solana-gateway-production-up-railway-app-pack-resources"
}
