> For the complete documentation index, see [llms.txt](https://docs.actioncoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.actioncoin.com/tokenization/actn-erc20.md).

# ACTN-ERC20

**March 16th, 2024**

## ACTN Token On [Arbitrum](https://arbitrum.io/)

Please be advised that we are implementing the following changes to the ACTN chainlist and supply in order to support further development of the Action DAO, as well as the upcoming Action Blockchain (L2 or L3).

**ACTN Burn & Mint:**

1\). [Burn 150,000,000 ACTN](https://snowtrace.io/tx/0xf099a1614f4052baccb75f59dcaeb2d96128071416032f101edd7887bf8d7681?chainId=43114) (\*Avalanche).

2\). [Burn 150,000,000 ACTN](https://etherscan.io/tx/0x70972660f6fb122b05f97181b36101ac62f4d7ff26a1532eb3efcd5021619cf6) (\*Ethereum).

3\). [Mint 300,000,000 ACTN](https://arbiscan.io/token/0x389cd4F0cF3805B7F78fEF86Cb858baff8F4c906) (Arbitrum One).

*\*All existing ACTN on the Avalanche and Ethereum blockchains will be effectively destroyed by these burns.*

**ACTN Distribution Post Burn and Mint:**

1\). 150,000,000 ACTN (BEP2O).

2\). 845,000,000 ACTN (Native).

3\). 300,000,000 ACTN (ERC20).

4\). 150,000,000 ACTN (PLG20)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.actioncoin.com/tokenization/actn-erc20.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
