> For the complete documentation index, see [llms.txt](https://docs.vapinetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vapinetwork.ai/products/call.md).

# Call

vAPI Call is the discovery and execution path for paid APIs. Discovery is free; the buyer authorizes payment only when making a call.

Each listing shows the service, endpoint, vendor, network, payment asset, and price before any request. Listings are published by vendors or indexed from external catalogs; the provider's live x402 challenge is always the payment source of truth.

A paid call in four steps: request → 402 challenge with live requirements → one exact signed authorization → retry with proof, response plus settlement result.

Buyers pay with the buyer-local wallet, or sign each paid call explicitly with a connected wallet in the web console where the endpoint supports a browser call. vAPI does not hold a buyer balance or sign on the buyer's behalf.

Settlement proves a call was paid for. It does not prove the API call succeeded.

{% hint style="info" %}
Fees per listing source are on [Fees and the splitter](/for-vendors/fees-and-splitter.md). Self-listed APIs carry a 5% fee inside the advertised price; buyers pay no markup.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vapinetwork.ai/products/call.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
