# Examples

- [Get PSce owner wallet balance](https://smartscenarios.pirichain.com/psce-functions/examples/get-psce-owner-wallet-balance.md): Detection Authorization of PSce wallet.
- [sendToken Example](https://smartscenarios.pirichain.com/psce-functions/examples/sendtoken-example.md): A sample usage for sending token from PSce to defined address.
- [EVM based similar approach-  Token Management With PSDATA](https://smartscenarios.pirichain.com/psce-functions/examples/evm-based-similar-approach-token-management-with-psdata.md): Manage a simple token management in PSce very easily.
- [Connect to EXTERNAL ENVIRONMENTS!](https://smartscenarios.pirichain.com/psce-functions/examples/connect-to-external-environments.md)
- [Time Based Inheritor Example](https://smartscenarios.pirichain.com/psce-functions/examples/time-based-inheritor-example.md)
- [Token Example with Ticket Operation](https://smartscenarios.pirichain.com/psce-functions/examples/token-example-with-ticket-operation.md)
- [A sample about token vesting](https://smartscenarios.pirichain.com/psce-functions/examples/a-sample-about-token-vesting.md): In this Smart Scenario; It is divided into equal periods of 10 months  (Per month 2.1 Million PIRI). The asset is coded so that it can only be claimed once a month.
- [Asset Management Of Share Holders using with PSce](https://smartscenarios.pirichain.com/psce-functions/examples/asset-management-of-share-holders-using-with-psce.md)
- [Double Protect your assets using with Pirichain Authenticator Factor](https://smartscenarios.pirichain.com/psce-functions/examples/double-protect-your-assets-using-with-pirichain-authenticator-factor.md)
- [What an easy to build up your metaverse planet in Pirichain!](https://smartscenarios.pirichain.com/psce-functions/examples/what-an-easy-to-build-up-your-metaverse-planet-in-pirichain.md)
- [A new approach dependency factor using with PSce](https://smartscenarios.pirichain.com/psce-functions/examples/a-new-approach-dependency-factor-using-with-psce.md)
- [Advanced Operation - Withdraw All Your Asset From PCse](https://smartscenarios.pirichain.com/psce-functions/examples/advanced-operation-withdraw-all-your-asset-from-pcse.md): PSce creates automatically below function for each PSce for providing to withdraw all asset type from Smart Scenario Balance.
- [Task Diversification and Transaction Proof (TDTP)](https://smartscenarios.pirichain.com/psce-functions/examples/task-diversification-and-transaction-proof-tdtp.md)
- [A Sample of using Origin Flag Integration on Binance Smart Chain Network.](https://smartscenarios.pirichain.com/psce-functions/examples/a-sample-of-using-origin-flag-integration-on-binance-smart-chain-network..md)
- [Deposit/Withdraw from Foreign Chain (BSC) and Add Order , Buy and Sell Token, Just a 277 Code Lines!](https://smartscenarios.pirichain.com/psce-functions/examples/deposit-withdraw-from-foreign-chain-bsc-and-add-order-buy-and-sell-token-just-a-277-code-lines.md): Below sample explained how to build a simple exchange operation using with PSce
- [Pirichain Decentralized Exchange (DEX) Sample Full Codes](https://smartscenarios.pirichain.com/psce-functions/examples/pirichain-decentralized-exchange-dex-sample-full-codes.md): This pages explained that how to code for building a new dex via Pirichain


---

# 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-functions/examples.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.
