> For the complete documentation index, see [llms.txt](https://docs.libertyswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libertyswap.finance/zkx-wallet/public-mode.md).

# Public Mode

Public Mode is the standard transaction mode in ZKX Wallet, designed for regular blockchain interactions across supported networks. In this mode, transactions operate similarly to most traditional crypto wallets, where on-chain activity is publicly visible and can be viewed through blockchain explorers.

When using Public Mode:

* Wallet addresses are publicly visible on-chain.
* Transaction history, token balances, and transfer activity can be tracked through blockchain explorers.
* Interactions with decentralized applications (dApps) follow the standard transparency model of public blockchains.

Public Mode is suitable for everyday blockchain activity, including:

* Sending and receiving tokens
* Swapping assets
* Connecting to dApps
* Bridging assets across networks
* Participating in DeFi protocols

#### **How Public Mode Works**

Blockchains such as PulseChain, Ethereum, BNB Chain, and Base are designed with transparent ledgers. Every confirmed transaction is permanently recorded on-chain and can be accessed publicly.

As a result:

* Transactions can often be linked together through wallet activity.
* Wallet balances and token holdings may be visible to external observers.
* On-chain behavior may be analyzed through publicly available blockchain data.

This transparency is a core characteristic of most blockchain networks and enables verification, security, and decentralization across the ecosystem.

#### **Key Benefits**

* Fast and seamless blockchain interactions
* Full compatibility with supported dApps and protocols
* Standard transaction flow familiar to most crypto users
* Easy transaction verification through blockchain explorers

#### **Important Notes**

* All on-chain activity performed in Public Mode may be permanently visible on public blockchain explorers.
* Always verify transaction details and recipient addresses before confirming transactions.
* Users are responsible for understanding the transparency model of public blockchain networks when using Public Mode.


---

# 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://docs.libertyswap.finance/zkx-wallet/public-mode.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.
