# Diligence

We are constantly revisiting each implementation on our platform to enhance user experience in the early stages of deployment to the public. The first few years users will grow with us from the start as we take in critical feedback. Please reach out to our support chat if you see an error.

A majority of common mistakes occur from a minuscule oversight that can sometimes be as simple as a single character in a line of code or a decimal place when sending a transaction.

It's always a ton of responsibility to become the person who made a critical error or mistake when executing a task others are relying on. Make sure to work together with a teammate or group of peers who can always check over your work prior to publishing documents for accuracy whether or not the data is being permanently stored on or off chain in a file storage server.

## Task list for a multi signature vault transaction

* [ ] Verify the workflow is accurate and consistent before starting.
* [ ] Check for any single-character mistakes in code or text.
* [ ] Confirm all transaction values, including any decimal places, are correct.
* [ ] Review the transaction with a teammate or group of peers before proceeding.
* [ ] Double-check that the transaction is intended for the multi signature vault.
* [ ] Confirm the transaction is for treasury or grant funds, if applicable.
* [ ] Review the document for accuracy before publishing it.
* [ ] Confirm whether the data is being stored on chain or off chain in a file storage server.
* [ ] Reach out to support chat if any error is found.


---

# Agent Instructions: 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:

```
GET https://docs.fractalvisions.io/fveco/role-guide/diligence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
