> For the complete documentation index, see [llms.txt](https://lexy-team.gitbook.io/sunya/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lexy-team.gitbook.io/sunya/sunya-story.md).

# Sunya - Story

* **Non-Tech Users**: ***"Habits don't happen if it was hard to do!"***, we enable [**Gas Tank**](/sunya/gas-tank.md) ⛽ They just use another app in forms of dApp but more secured, seamless, and transparent. Aka meta transaction happen for seamless writing to blockchain for regular users. \
  [**Gas Tank**](/sunya/gas-tank.md) ⛽ is powered by ArgentX & Dynamic Wallet that that deals with multi signature transactions and our features.
* **Developers**: We are trying connect L1 & L2 with tools:
  * **Compilation & Static Analysis:** Before you deploy to mainnet and you don't know about security, don't want to pay high security audit? \
    Least you can do is perform static analysis and we enable developers in [our platform](https://github.com/13x54n/Sunya). Soon, we'll start doing manual human audits.
  * **Deployment**: As we are trying to onboard users into Starknet, we are trying to enable both L1 & L2 deployments enabling meta-transactions.
  * **Verification**: For Developers you can get that ✅ on the contract verifying ownership(*P.S. DID like* [*AuditRegistry*](https://github.com/13x54n/sunya/blob/main/src/AuditRegistry.sol)) but you don't have to leave our platform to achieve that, you don't have to search internet, that's boring! 😪
  * **Dashboard**: Utilizing Voyager (*Blockchain Data from Starknet*), Etherscan (*Blockchain Data from Ethereum*), Herodotus (Provides storage proof for Registered Audit across multiple chain), Tokenflow (Querying transactions and events using queries made easier).

Important Resources: [Here's the resources](/sunya/deployed-contracts-and-links.md).


---

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

```
GET https://lexy-team.gitbook.io/sunya/sunya-story.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.
