# Contracts Overview

## Contract Addresses:

### Mainnet:

**Swivel.sol:** 0x373a06bD3067f8DA90239a47f316F09312b7800F

**Marketplace.sol:** 0xf13FC4065F3050812D0699fC22976e1bB883d130

**Creator.sol:** 0xCD62F207eFA351cfebac236d942fFd2cA4D55B52

### Goerli:

**Swivel.sol:** 0x8a1070ba463ee4be8e71404282c0d4318fdcd313

**Marketplace.sol:** 0xf06a150e7436ecdd1ccb87114a430d4be0276016

**Creator.sol:** 0xc5c54ee38ec6d2f266af486be8e3afd2fd514e89

## Mainnet zcTokens & nToken Vaults:

### zcUSDC

zcUSDC is a standard ERC-20 token, and there is a different zcUSDC for each maturity:

**zcEUSDC-MAR23:**  0x3476303e9038833aec9cccd12747bd0e0d026a8b\
Etherscan: <https://etherscan.io/token/0x3476303e9038833aec9cccd12747bd0e0d026a8b>

**zcLSTETH-MAR23:** 0x70e6dbaa67421878681e37ff5c6f1d1c333cc938\
Etherscan: <https://etherscan.io/token/0x70e6dbaa67421878681e37ff5c6f1d1c333cc938>

### nUSDC Vaults

nUSDC is a non-standard ERC and each `Vault` contract tracks not only a user's nUSDC balance, but their interest generated as well.

**nEUSDC Vault-March 2023:** 0x708ab5f2b5308ad3bfa6b28c2cd1e352a37e91aa

**nLSTETH Vault-March 2023:** 0xfffdca2c724bc35a50d8d6da027972eabadbdf92

​


---

# 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.swivel.finance/swivel-v3.0.0/developers/contract.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.
