# PSce Working Principles And Limitations

PSce works similar to EVM based system. But there is no necessary specific language such as solidity. Because most of programmers know that the Javascript.

***A wallet can create unlimited PSce.***&#x20;

PSce can create new transactions depend on your code. ***But count of Maximum transactions must be lower than 20.***&#x20;

*<mark style="background-color:red;">Each user has maximum 20MB Memory and 10 Seconds to complete all operation in function which executed.</mark>*&#x20;

*<mark style="background-color:red;">Each user has maximum 10 seconds to complete all of operation in PCse. Otherwise system will cancel current operation and point to vulnerability code blocks.</mark>*

*<mark style="background-color:red;">System needs to determine that PSce executes at least 500 times run-time to point safe PSce.</mark>*

So you can store your encrypted or none-encrypted data in the block network.&#x20;

Or&#x20;

PSce can transfer assets to other wallets if it has. **So we can say that PSce holds assets**. You can  see PSce balance list on Fig. 1.

<figure><img src="/files/4V2Ikp8wlpPAm0kpp3H5" alt=""><figcaption><p>Fig.1: PSce can hold assets.</p></figcaption></figure>


---

# 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://smartscenarios.pirichain.com/psce-working-principles-and-limitations.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.
