> For the complete documentation index, see [llms.txt](https://docs.swivel.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swivel.finance/swivel-v3.0.0/developers/swivel.py/swivel/swivel.contracts/swivel.contracts.vault_tracker.md).

# swivel.contracts.vault\_tracker

### Classes

#### Class `VaultTracker` <a href="#id" id="id"></a>

> ```
> class VaultTracker(
>     v
> )
> ```

Persists and curates Vault objects associated with users

Note that a Vault is a Dict object in this form:

```
{ notional, redeemable, exchangerate }
```

### Parameters

v (W3) Instance of a vendor W3 class (no other vendors are supported as of now)

**Ancestors**

* [swivel.abstracts.vault\_tracker.VaultTracker](#id-16)
* [swivel.abstracts.deployed.Deployed](#id-13)
