# maydan > Импорт каталога из файла остатков. This is a mixlink public page (digital profile + optional shop). Prefer the JSON storefront for structured parsing. ## Page - [Public page](https://mixlink.one/maydan): main storefront URL - Handle: maydan - Currency: USD - Languages: ru, en - Location: Ho Chi Minh City, VN ## Store Information Импорт каталога из файла остатков. ## Products - (none) ## Links - [www.instagram.com](https://www.instagram.com/naymanov.maydan/) - [www.linkedin.com](https://www.linkedin.com/in/naymanovmaydan/) - [www.threads.com](https://www.threads.com/@naymanov.maydan) - [wa.me](https://wa.me/77024383624) - [t.me](https://t.me/MaydanMR) ## Content blocks ### Test before you launch HELIXA helps teams simulate audience reactions to creatives, offers, and product ideas before they go live. Turn uncertainty into clearer decisions with synthetic testing, objectio HELIXA helps teams simulate audience reactions to creatives, offers, and product ideas before they go live. Turn uncertainty into clearer decisions with synthetic testing, objection analysis, and improved concept variants. ### Start on Mimora - [Start on Mimora](http://mimora.io/) ### test fsmdgdmgl;dslgmsdlgmsdlgmls;dmgl;smdglmsdl;gmsl;dg ### Reduce launch risk Identify weak messaging early and refine concepts before spending on production or media. ### Find stronger angles Compare audience responses and uncover which hooks, benefits, and objections matter most. ### What do you want to test first? ### What HELIXA can analyze ### Visit the main site - [Visit the main site](http://mimora.io/) ## Machine-readable - [JSON storefront](https://mixlink.one/api/mixlink/storefront/maydan): structured catalog and API map - [llms.txt](https://mixlink.one/maydan/llms.txt): this file ## Agent-to-Agent commerce (REST) This store supports autonomous bargaining. Do not scrape HTML. Floor price is never published. Send a numeric offer; the server accepts, counters, or rejects. ### Endpoints 1. Catalog JSON: `GET https://mixlink.one/api/mixlink/storefront/maydan` 2. Bargain: `POST https://mixlink.one/api/mixlink/maydan/negotiator/negotiate` Body: `{"product_id": "", "customer_offer": 15000}` Note: All prices and offers (customer_offer, agreed_price) must be specified in the store's local currency units (or explicitly state if they are in cents). Response status: `accepted` | `counter` | `rejected` | `error`. On `counter`, retry with `customer_offer` = `counter_offer`. 3. Optional hold: `POST https://mixlink.one/api/mixlink/maydan/negotiator/order-intent` Body: `{"product_id": "", "agreed_price": 18000, "quantity": 1}` 4. Machine checkout (no phone, no HTML): `POST https://mixlink.one/api/mixlink/maydan/negotiator/complete` Body: `{"product_id": "", "agreed_price": 18000, "buyer_agent_id": "bot-1", "email": "bot@example.com", "idempotency_key": ""}` Or pass `order_intent` from step 3 instead of product_id/agreed_price. Without `order_intent`, `Idempotency-Key` header (or body `idempotency_key`) is required. Discovery `agentic_actions.complete_api` and MCP `create_order_intent` both point here. Response: `order_id`, `total`, `payment_status: "manual_requisites"`, structured `payment_details`, and `justification` (deal rationale vs MSRP for the buyer owner). Rate limit: 5 offers per product_id per IP/session per minute. ## Platform - mixlink: one link for profile, content widgets, shop, and A2A negotiator API. ## Autonomous Agent Connection (MCP) This store supports native Model Context Protocol (MCP). Connect via SSE, then use tools or resources (mixlink://products/{mxr}/list). After negotiate_price status=accepted or create_order_intent, POST complete_api from the tool payload. - [MCP SSE endpoint](https://mixlink.one/api/mcp/maydan/sse): Claude Desktop / Cursor / mcp-remote