# Terms of Service

**By connecting to Velo Trading, you accept that neither Velo nor the exchange are responsible for possible losses, our webapp saves your API keys on your device only, and Hyperliquid trades carry a builder fee of 0.01% (1 basis point). Please trade responsibly.**

By using Velo Data, you agree that:

* Your account and account information is for your own use only
* Your API key + data, derived data, and news from your API key are for your own use only
* If more than three IPs try to use the same account or API key within 5 minutes, only one may be allowed access
* API rate limit: 120 requests per 30 seconds
  * Single requests return a max of [22.5k values](https://github.com/velodataorg/velo-node/blob/f5b00a589853e96b0f156ee23d1808721165ca20/lib/client.js#L87)
  * Python and NodeJS libraries handle limiting/batching automatically

Please contact <support@velo.xyz> if you are interested in getting accounts or API keys for multiple people at your organization, or if you are interested in using our data or news for non-internal purposes.


---

# Agent Instructions: 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:

```
GET https://docs.velo.xyz/terms-of-service/terms-of-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
