> For the complete documentation index, see [llms.txt](https://chainfactory.gitbook.io/chainfactory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainfactory.gitbook.io/chainfactory/factory-orientation/deployed-contracts.md).

# Deployed Contracts

This section will contain a list of all contracts you’ve deployed through ChainFactory. Select the token name to dropdown to information regarding the contract and various functions or information added to the contract.

{% hint style="info" %}
If you haven't deployed any contracts with ChainFactory, this section will remain blank until you've deployed a contract.
{% endhint %}

Your deployed tokens will show the Chain you launched on, Token Name, Symbol and contract address.

<figure><img src="/files/IEihOTnvx9eAEAKxCvT8" alt="" width="563"><figcaption></figcaption></figure>

* To copy the contract address, click on the <img src="/files/pMlHpaIrZRRggz1SRirj" alt="" data-size="line"> symbol.
* To add the tokens to your Web3 wallet, click on the <img src="/files/O9VjlyDRX4Ld0IV6DzA8" alt="" data-size="line"> symbol.
* To see more details about your deploy, click on the <img src="/files/nLSvCZ4L05cJXjFExDhU" alt="" data-size="line"> symbol to expand the deployed token.

Once expanding your token details, you can select each of the functions you added to your contract during the deploy, and you can manage them from here using our User-Friendly Interface.&#x20;

<figure><img src="/files/yzfIlG6Tfl2sTWylJS6p" alt=""><figcaption></figcaption></figure>

You no longer need to understand how to go directly to the contract in the block explorer, read and write to the contract, and try to determine the variables required, how many decimals you may need, what the amounts are and uint256 variables.&#x20;

We've taken the guesswork out of the real work and allow you to enter information, interact with your contract and work on making your project a success while having confidence in the information you are changing and managing. This will save you valuable time while managing your project!


---

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

```
GET https://chainfactory.gitbook.io/chainfactory/factory-orientation/deployed-contracts.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.
