# Contracts & events (EVM/BSC)

* MYToken (BEP‑20): mint/burn; transfers.
* StakingV2: stake, levels, yield curve; StakeUpdated(address user, uint256 level, uint256 coef).
* DIDRegistry: DID binding & minimal trails; DIDLinked(address user, bytes32 didHash).
* SocialCard (ERC‑721/1155): tiers & unlocks; CardUpgraded(tokenId, tier).
* MerchantHub: templates/inventory/validation; ActivityAnnounce, RewardIssued.

SettlementAnchor: financial batch anchoring; PaymentAnchored(bytes32 merkleRoot, uint256 netUSD, bytes32 region, uint64 windowId).<br>


---

# 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://metya.gitbook.io/metya/product-and-architecture/contracts-and-events-evm-bsc.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.
