> For the complete documentation index, see [llms.txt](https://committees.docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://committees.docs.intersectmbo.org/groups-overview/technical-working-groups/plutus.md).

# Plutus

{% hint style="danger" %}
**ARCHIVED**

This page has been archived. It's content might be outdated.
{% endhint %}

## Purpose / Goal

The Plutus Technical Working Group focuses on the development and advancement of Plutus, which is the smart contract execution platform for Cardano. Plutus enables secure and reliable execution of decentralized applications (DApps) on the Cardano blockchain.&#x20;

## Working group leadership

* Cardano High Assurance Team: Romain Soulat <<romain.soulat@iohk.io>>&#x20;
* Plutus Core Team: Ziyang Liu <<ziyang.liu@iohk.io>>
* Secretary: Stefano Leone <<stefano.leone@iohk.io>>

## Working group members

To be updated by the working group - to list regular members/attendees, whom may make regular contributions or assist in managing the collaboration channels and meetings with the working group lead

## Collaboration channels

[Discord](https://discord.com/channels/1136727663583698984/1239888614796820531)

## Working Group Meeting date and time

The working group meets every two weeks on Tuesday at 16:00 CET.

[👉 Add to your Google Calendar](https://drive.google.com/file/d/1BtaKtsfWNxXG2dlQeMSaBUjoc1hlae1v/view?usp=sharing)

## Meeting Recordings

All meetings are recorded and published online. By participating, you consent to being recorded. If you do not wish to appear in the recording, please turn off your camera or leave the meeting.

📁 [Access the meeting recordings folder here](https://drive.google.com/drive/folders/1xzqYt4iwOoOuIS5EaCy3vO0gc27lYDEQ)

<br>


---

# 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://committees.docs.intersectmbo.org/groups-overview/technical-working-groups/plutus.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.
