# Equity Financing Module

{% hint style="info" %}
For technical documentation, see [EquityFinancingModule](https://docs.mezzanine.xyz/smart-contracts/source-code/core/module/equityfinancingmodule)
{% endhint %}

The *Equity Financing* *Module* is special: it is inserted into a company's treasury upon the company's creatio&#x6E;*,* and it cannot be removed.  It is a simple contract that opens new *Priced Round* smart contracts, whose functionality resembles typical Venture Capital funding.  It keeps track of all past priced rounds and the current priced round, if it exists. &#x20;

The Equity Financing module is an *upgradeable* contract.  Future versions will implement more complex financing methods, such as SAFEs.
