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

# Technical Docs

- [Network Details](https://vinu.gitbook.io/vinuchain/technical-docs/network-details.md)
- [VinuChain Mainnet](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-mainnet.md)
- [Connect to Mainnet](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-mainnet/connect-to-mainnet.md): How to connect to the official VinuChain Mainnet
- [VinuChain Testnet](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-testnet.md)
- [Connect to Testnet](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-testnet/connect-to-testnet.md): How to connect to the official VinuChain Testnet
- [Private Network (Fakenet)](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-testnet/private-network-fakenet.md): Create your own Private Network (Fakenet)
- [Chain Upgrade Guide (v2-elemont)](https://vinu.gitbook.io/vinuchain/technical-docs/vinuchain-testnet/chain-upgrade-guide.md)
- [Nodes & Validators](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators.md): Install nodes, become a validator, and view call references.
- [Read-Only Node](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/read-only-node.md): How to run a Read-Only Node
- [Become a Validator](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/become-a-validator.md): How to become a Validator / Install Node
- [Update Validator Info](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/update-validator-info.md): How to update your Validator info
- [API Node](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/api-node.md): How to run an API Node
- [Delegation Calls](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/delegation-calls.md): Delegating VC to Validators calls reference
- [Lockup Calls](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/lockup-calls.md): Stake lockup calls reference
- [Reward Calls](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/reward-calls.md): Reward calls reference
- [Validator Calls](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/validator-calls.md): Validator calls reference
- [Troubleshooting](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/troubleshooting.md)
- [FAQ](https://vinu.gitbook.io/vinuchain/technical-docs/nodes-and-validators/faq.md)
- [Staking](https://vinu.gitbook.io/vinuchain/technical-docs/staking.md)
- [Overview](https://vinu.gitbook.io/vinuchain/technical-docs/staking/overview.md)
- [Stake VC on VinuChain](https://vinu.gitbook.io/vinuchain/technical-docs/staking/stake-vc-on-vinuchain.md): Stake on VinuChain
- [FAQ - Staking](https://vinu.gitbook.io/vinuchain/technical-docs/staking/faq-staking.md)
- [Smart Contracts](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts.md)
- [Deploy a Smart Contract](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts/deploy-a-smart-contract.md)
- [Feeless Transactions for Developers](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts/feeless-transactions.md)
- [Account Abstraction (ERC-4337)](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts/account-abstraction.md)
- [VinuChain Name Service](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts/vinuchain-name-service.md)
- [Master Contracts Reference](https://vinu.gitbook.io/vinuchain/technical-docs/smart-contracts/contracts-master-list.md)
- [API](https://vinu.gitbook.io/vinuchain/technical-docs/api.md)
- [Public API Endpoints](https://vinu.gitbook.io/vinuchain/technical-docs/api/public-api-endpoints.md): Public Nodes / Public API Endpoints
- [GraphQL](https://vinu.gitbook.io/vinuchain/technical-docs/api/graphql.md): VinuExplorer GraphQL
- [REST API](https://vinu.gitbook.io/vinuchain/technical-docs/api/rest-api.md): VinuExplorer REST API
- [Web3 Methods](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods.md): README.md
- [gasprice.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/gasprice.js.md): Gas price and fee history
- [transfer.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/transfer.js.md): Transactions and signatures
- [web3.eth.abi.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.abi.js.md): Encode and decode parameters to ABI
- [web3.eth.accounts.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.accounts.js.md): Generate wallet accounts and sign transactions and data
- [web3.eth.contract.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.contract.js.md): Interact with smart contracts on the blockchain
- [web3.eth.iban.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.iban.js.md): Convert wallet addresses from and to IBAN and BBAN
- [web3.eth.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.js.md)
- [web3.eth.net.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.net.js.md)
- [web3.eth.subscribe.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.subscribe.js.md): Subscribe to specific events in the blockchain
- [web3.eth.utils.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/web3.eth.utils.js.md): Utility functions for Blockchain dapps and other web3.js packages
- [app.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/app.js.md)
- [common.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/common.js.md)
- [constants.js](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/constants.js.md)
- [package.json](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/package-json.md)
- [Cross-chain Bridging](https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging.md): $VC is listed on multiple chains via bridges.
- [Native $VC vs Wrapped $VC](https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging/native-usdvc-vs-wrapped-usdvc.md): $VC is native to VinuChain and bridged (wrapped) to BNB Chain (BSC).
- [Wanbridge](https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging/wanbridge.md): Bridge VC between BNB Chain & VinuChain
- [Add bep20 VC to Trust Wallet](https://vinu.gitbook.io/vinuchain/technical-docs/cross-chain-bridging/add-bep20-vc-to-trust-wallet.md): How to connect to VinuChain Mainnet on Trust Wallet


---

# 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://vinu.gitbook.io/vinuchain/technical-docs.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.
