> ## Documentation Index
> Fetch the complete documentation index at: https://dev.mc2.fi/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Next V2 Introduction

<Note>
  This Api will have a fully featured API available on a later stage.
</Note>

## Welcome

MC² V2 uses a microservice architecture, where the best module is chosen for each task.

<Card title="V2 Architecture Overview" icon="leaf">
  <img src="https://mintcdn.com/mcfinance/U9HcoU7aP-hIdsVk/images/v2-architecture-draft.png?fit=max&auto=format&n=U9HcoU7aP-hIdsVk&q=85&s=9c81fc03b04e81c9989f7548e4210b12" alt="title" width="677" height="445" data-path="images/v2-architecture-draft.png" />
</Card>

## Modules

<CardGroup cols={2}>
  <Card title="mc2.raw" icon="palette" href="raw">
    Base components converting signals to MC² Standards
  </Card>

  <Card title="mc2.translation" icon="code" href="translation">
    Middle Layer translating basic raw data into genuine usable signals
  </Card>

  <Card title="mc2.stats" icon="screwdriver-wrench" href="stats">
    Turning multiple signals and infos into relateable statistics for users and admins
  </Card>

  <Card title="mc2.trade" icon="stars" href="trade">
    All about Competitions, marketplaces and router
  </Card>

  <Card title="mc2.users" icon="stars" href="users">
    User provisioning and management
  </Card>
</CardGroup>
