Skip to content

algorandfoundation/ARCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd1182e · Mar 14, 2025
Feb 25, 2025
Mar 9, 2025
May 4, 2022
Mar 4, 2025
Apr 12, 2023
Apr 13, 2023
Mar 13, 2025
Sep 21, 2022
Oct 3, 2023
Sep 25, 2024
May 4, 2022
Sep 25, 2024
Jun 1, 2022
Sep 8, 2022
Sep 9, 2022
Sep 7, 2022
Feb 19, 2024
Jun 2, 2022
May 4, 2022
Jun 17, 2024

Repository files navigation

ARCs: Algorand Requests for Comments

Mission

This repository serves to provide a location for the proposal and discussion of ARCs.

To know an ARC's status, please refer to https://arc.algorand.foundation/.

Status

Please consider anything which is not published on https://github.com/algorandfoundation/ARCs as a working paper.

And please consider anything published at https://github.com/algorandfoundation/ARCs with a status of "draft" as an incomplete draft.

We recommend only using ARCs with the status "Final", "Living" or "Last Call".

Process

Before submitting a new ARC, please have a look at ARC-0.

Validation

Pull requests in this repository must pass automated validation checks:

To install arcw and validate the ARCs repository:

You will need Rust/cargo

git clone [email protected]:algorandfoundation/arcw.git
cargo install --path=arcw arcw
arcw Path-to-ARCs-Folder/ARCs/ARCs/arc-xxxx.md

Here is a dedicated part on the forum to talk about ARCs.

To discuss ARCs ideas, see the open Pull Requests of this repository.

To discuss ARC drafts, use the corresponding issue in the issue tracker.