{"uid":"cap_vBnvkqOEIP36Z3nGw2shz","slug":"negotiator402-nash-equilibrium-negotiation-solver-fe882cb4","name":"negotiator402 Nash Equilibrium & Negotiation Solver","description":"Self-evolving strategic reasoning agent — agent-native, pay-per-call: solve 2-player normal-form games (pure & mixed Nash equilibria), formulate plain-language 2-party negotiations into payoff matrices and solve them, and compute optimal second-price/Vickrey auction bids. Unlike a raw LLM endpoint, every answer carries a `verified` trust flag — `verified:true` means a deterministic solver (nashpy / closed-form) computed and confirmed the result, NOT a language model. The formulator layer self-improves training-free from production traffic: every formulation is logged, solver-verified outcomes become reward signals, and the underlying LoRA model is periodically retrained (SFT + RLVR) on its own verified history. No API key, no subscription — agents pay per request via x402 (Base/USDC) or MPP (Tempo/pathUSD).","url":"https://negotiator402.alogos.xyz/v1/negotiate-strategy","method":"POST","headers":{},"bodySchema":{"type":"object","required":["scenario"],"properties":{"scenario":{"type":"string","description":"Plain-language description of the two-party strategic situation."}}},"responseSchema":{"type":"object","required":["verified"],"properties":{"solver":{"type":"string"},"verified":{"enum":["true","false","refused"],"type":"string","description":"Overall trust tier. 'true' only when the base model is solver-confirmed in-class."},"degenerate":{"type":"boolean"},"equilibria":{"type":"array","items":{"type":"object","properties":{"is_pure":{"type":"boolean"},"payoffs":{"type":"array","items":{"type":"number"},"maxItems":2,"minItems":2},"player1_support":{"type":"array","items":{"type":"integer"}},"player2_support":{"type":"array","items":{"type":"integer"}},"player1_strategy":{"type":"array","items":{"type":"number"}},"player2_strategy":{"type":"array","items":{"type":"number"}}},"additionalProperties":true}},"explanation":{"type":"string","description":"Narrative explanation (inferred; omitted when it contradicts the base solver)."},"payoff_model":{"type":"object","properties":{"notes":{"type":"string"},"players":{"type":"integer"},"matrix_p1":{"type":"array","items":{"type":"array","items":{"type":"number"}},"description":"Row-major 2D payoff matrix (one row per player-1 strategy, one column per player-2 strategy)."},"matrix_p2":{"type":"array","items":{"type":"array","items":{"type":"number"}},"description":"Row-major 2D payoff matrix (one row per player-1 strategy, one column per player-2 strategy)."},"p1_actions":{"type":"array","items":{"type":"string"}},"p2_actions":{"type":"array","items":{"type":"string"}}},"additionalProperties":true},"explanation_note":{"type":"string"},"equilibrium_count":{"type":"integer"},"scenario_analysis":{"type":"array","items":{"type":"object","properties":{"cell":{"type":"array","items":{"type":"integer"},"maxItems":2,"minItems":2},"delta":{"type":"number","description":"Signed payoff change applied only to the selected player's cell."},"label":{"type":"string","description":"Deterministic incentive-counterfactual label."},"player":{"enum":["player1","player2"],"type":"string","description":"Player whose incentive is changed."},"verified":{"enum":["true","false"],"type":"string"},"matrix_p1":{"type":"array","items":{"type":"array","items":{"type":"number"}},"description":"Row-major 2D payoff matrix (one row per player-1 strategy, one column per player-2 strategy)."},"matrix_p2":{"type":"array","items":{"type":"array","items":{"type":"number"}},"description":"Row-major 2D payoff matrix (one row per player-1 strategy, one column per player-2 strategy)."},"degenerate":{"type":"boolean"},"equilibria":{"type":"array","items":{"type":"object","properties":{"is_pure":{"type":"boolean"},"payoffs":{"type":"array","items":{"type":"number"},"maxItems":2,"minItems":2},"player1_support":{"type":"array","items":{"type":"integer"}},"player2_support":{"type":"array","items":{"type":"integer"}},"player1_strategy":{"type":"array","items":{"type":"number"}},"player2_strategy":{"type":"array","items":{"type":"number"}}},"additionalProperties":true}},"description":{"type":"string"},"equilibrium_count":{"type":"integer"}},"additionalProperties":true},"description":"Sensitivity/scenario analysis: perturbed payoff matrices and their equilibria."},"strategy_playbook":{"type":"object","properties":{"recommendations":{"type":"string"},"ranked_strategies":{"type":"array","items":{"type":"object"}}},"additionalProperties":true},"degeneracy_reasons":{"type":"object"},"verification_signals":{"type":"object","properties":{"solver_backed":{"type":"boolean"},"scenario_count":{"type":"integer"},"equilibrium_count_verified":{"type":"boolean"}},"additionalProperties":true},"risks_and_assumptions":{"type":"array","items":{"type":"string"}},"explanation_suppressed":{"type":"boolean","description":"True when contradictory model narration was removed."}},"additionalProperties":true},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"3","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$3/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"3","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"3","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_L8XHu-afuLdph7S4EMjB1","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"3","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Solves 2-player normal-form games (pure & mixed Nash equilibria), translates plain-language negotiations into payoff matrices, and computes optimal Vickrey auction bids — with deterministic solver-verified results.","exampleAgentPrompt":"Two companies are negotiating a licensing deal — Company A can either demand high royalties or offer a discount, and Company B can either accept or walk away and build in-house. Use solver-verified game theory to find the Nash equilibrium and tell me what each side's optimal strategy is.","exampleUseCases":null,"resultDescription":"Returns a structured object containing: verified flag ('true' only when deterministic solver confirms the result), list of equilibria with player strategies and payoffs (pure or mixed), the formulated payoff matrices for both players, action labels, scenario analysis with incentive counterfactuals, equilibrium count, and a narrative explanation. Also includes which solver was used and whether the game is degenerate.","failureModes":["Scenario too vague or underspecified to formulate a payoff matrix — returns verified:'refused'","More than 2 players described — out of scope, likely refused or degraded","Degenerate game (e.g. all payoffs equal) — solved but flagged with degenerate:true","Payment failure via x402/MPP — request blocked before processing","LLM formulation succeeds but solver cannot confirm — returns verified:'false' with caveat"],"whenToPreferThis":"Choose this endpoint when you need game-theoretic rigor with a verifiability guarantee — specifically when the answer must come from a deterministic solver (nashpy), not just an LLM's reasoning. Ideal for 2-player strategic scenarios, negotiations, or Vickrey auctions where you want to know whether the result is mathematically confirmed (verified:true) vs. model-inferred. Prefer over raw LLM reasoning when trust and auditability of the equilibrium calculation matters.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:33:21.901Z","isFirstParty":false}