# Pools

Endpoints that begin with `/pools/` path provides user control over option pools lifecycle: use can fetch all available pools (optionally filtered by `base` token, `quote` token, `expiration` date) and deploy a new option pool.

{% hint style="success" %}
If some option pools is *already deployed,* `POST /pools` will handle this case gracefully without an error.
{% endhint %}

{% hint style="warning" %}
`` `GET /pools` ``returns *only* the pools been deployed 90 days ago or later.
{% endhint %}
