# Reference

- [Verified SDK](https://docs.verified.network/reference/verified-sdk.md): For payments, investments and financing
- [Using the SDK](https://docs.verified.network/reference/verified-sdk/using-the-sdk.md): Getting Started with Verified Sdk.
- [Wallet and Contracts](https://docs.verified.network/reference/verified-sdk/wallet-and-contracts.md): Creating wallets and using contracts
- [Know your Customer](https://docs.verified.network/reference/verified-sdk/know-your-customer.md): KYC for users, investors and issuers
- [Using the KYC plugin](https://docs.verified.network/reference/verified-sdk/know-your-customer/using-the-kyc-plugin.md): Using Sumsub Plugin with React
- [Delegated permissions](https://docs.verified.network/reference/verified-sdk/delegated-permissions.md): KYC Manager, Custodian, Depository participant, Asset manager
- [Investment products](https://docs.verified.network/reference/verified-sdk/investment-products.md): Algorithmic contracts for securities
- [Product lifecycle](https://docs.verified.network/reference/verified-sdk/investment-products/product-lifecycle.md): Handling the lifecycle of an investment product
- [Example of a Product](https://docs.verified.network/reference/verified-sdk/investment-products/example-of-a-product.md): A Tracker certificate
- [Security tokens](https://docs.verified.network/reference/verified-sdk/security-tokens.md): Tokenizing investment products
- [Issuing functions](https://docs.verified.network/reference/verified-sdk/security-tokens/issuing-functions.md): Requesting issue of security tokens and querying them
- [Liquidity pools](https://docs.verified.network/reference/verified-sdk/liquidity-pools.md): How to swap security tokens
- [Buy and Sell Orders workflow](https://docs.verified.network/reference/verified-sdk/liquidity-pools/buy-and-sell-orders-workflow.md): From the previous page(Liquidity pools) we discussed how to create Buy and Sell Orders for Market and Limit order type. We also discussed how to Edit, Cancel and Claim/Settle Orders.
- [Buy and Sell Order Complete workflow example](https://docs.verified.network/reference/verified-sdk/liquidity-pools/buy-and-sell-order-complete-workflow-example.md): From previous page Buy/Sell orders workflow was explained theoretically, this page will show various examples of a complete workflow using codes. Make sure you have read and understand previous page.
- [Secondary issues](https://docs.verified.network/reference/verified-sdk/secondary-issues.md): Secondary trading of security tokens with market cap
- [Primary issues](https://docs.verified.network/reference/verified-sdk/primary-issues.md): Raising capital for new issues of tokenized securities
- [Primary offer function](https://docs.verified.network/reference/verified-sdk/primary-issues/primary-offer-function.md): Raising capital for new issues
- [Margin traded issues](https://docs.verified.network/reference/verified-sdk/margin-traded-issues.md): Trading derivatives
- [Offering collateral](https://docs.verified.network/reference/verified-sdk/margin-traded-issues/offering-collateral.md): Margin money and Stop loss collateral
- [Adding money to wallet](https://docs.verified.network/reference/verified-sdk/adding-money-to-wallet.md): Top up a Verified wallet
- [Paying in supported tokens](https://docs.verified.network/reference/verified-sdk/adding-money-to-wallet/paying-in-supported-tokens.md): For issue of Verified cash tokens
- [Issuing cash tokens](https://docs.verified.network/reference/verified-sdk/issuing-cash-tokens.md): Issuing and Exchange
- [Issuing and Exchange functions](https://docs.verified.network/reference/verified-sdk/issuing-cash-tokens/issuing-and-exchange-functions.md): Function definitions
- [Making payments](https://docs.verified.network/reference/verified-sdk/making-payments.md): Tokenized cash transfers
- [Transferring cash tokens](https://docs.verified.network/reference/verified-sdk/making-payments/transferring-cash-tokens.md): Verified cash token transfer
- [Withdrawals](https://docs.verified.network/reference/verified-sdk/withdrawals.md): Redeeming cash tokens for fiat currency and crypto paid in
- [Redeeming cash tokens](https://docs.verified.network/reference/verified-sdk/withdrawals/redeeming-cash-tokens.md): Verified cash token redemption function
- [Custody of Assets](https://docs.verified.network/reference/verified-sdk/custody-of-assets.md): MPC based self custody
- [Custody functions](https://docs.verified.network/reference/verified-sdk/custody-of-assets/custody-functions.md): Function definitions
- [Staking to invest](https://docs.verified.network/reference/verified-sdk/staking-to-invest.md): Invest in liquidity to earn an income
- [Liquidity functions](https://docs.verified.network/reference/verified-sdk/staking-to-invest/liquidity-functions.md): Liquidity contract functions
- [Market maker functions](https://docs.verified.network/reference/verified-sdk/staking-to-invest/market-maker-functions.md): Liquidity pool manager contract functions
- [Staking to borrow](https://docs.verified.network/reference/verified-sdk/staking-to-borrow.md): Issuing, Redemption and Transfer
- [Bond issuing function](https://docs.verified.network/reference/verified-sdk/staking-to-borrow/bond-issuing-function.md): Function definition
- [Lending](https://docs.verified.network/reference/verified-sdk/lending.md)
- [Bond purchase function](https://docs.verified.network/reference/verified-sdk/lending/bond-purchase-function.md)
- [Repayments](https://docs.verified.network/reference/verified-sdk/repayments.md)
- [Bond redemption function](https://docs.verified.network/reference/verified-sdk/repayments/bond-redemption-function.md)
- [Claiming collateral](https://docs.verified.network/reference/verified-sdk/claiming-collateral.md)
- [Defaults and Unsold bonds](https://docs.verified.network/reference/verified-sdk/claiming-collateral/defaults-and-unsold-bonds.md)
- [Returns on Investment](https://docs.verified.network/reference/verified-sdk/returns-on-investment.md)
- [Manager and Platform returns](https://docs.verified.network/reference/verified-sdk/returns-on-investment/manager-and-platform-returns.md)
- [Verified REST API](https://docs.verified.network/reference/verified-rest-api.md)
- [Market data](https://docs.verified.network/reference/verified-rest-api/market-data.md): Api endpoints to fetch current market data
- [Get all assets](https://docs.verified.network/reference/verified-rest-api/market-data/get-all-assets.md): The assets endpoint is to provide a detailed summary for each security-currency available.
- [Get Tradable Asset Pairs](https://docs.verified.network/reference/verified-rest-api/market-data/get-tradable-asset-pairs.md): Tradeable asset pair endpoint to fetch pool details as per security-currency pair
- [Get Ticker Information](https://docs.verified.network/reference/verified-rest-api/market-data/get-ticker-information.md): The ticker endpoint is to provide a 24-hour pricing and volume summary for each market pair available on the exchange.
- [Get Orderbook](https://docs.verified.network/reference/verified-rest-api/market-data/get-orderbook.md): The order book endpoint is to provide a complete order book (arranged by best asks/bids) with full depth returned for a given poolID
- [Order data](https://docs.verified.network/reference/verified-rest-api/order-data.md): Api endpoints to fetch detailed order data
- [Get Account Balance](https://docs.verified.network/reference/verified-rest-api/order-data/get-account-balance.md): Fetch all balances of different assets in an account
- [Get Trade Balance](https://docs.verified.network/reference/verified-rest-api/order-data/get-trade-balance.md): Fetch trade balance
- [Get Open Orders](https://docs.verified.network/reference/verified-rest-api/order-data/get-open-orders.md): Fetch orderbok data with latest bid and ask price
- [Get Closed Orders](https://docs.verified.network/reference/verified-rest-api/order-data/get-closed-orders.md): Fetch orderbok data with latest bid and ask price
- [Query Orders Info](https://docs.verified.network/reference/verified-rest-api/order-data/query-orders-info.md): Fetch orderbok data with latest bid and ask price
- [Query Trades Info](https://docs.verified.network/reference/verified-rest-api/order-data/query-trades-info.md): Fetch orderbok data with latest bid and ask price
- [Get Trades History](https://docs.verified.network/reference/verified-rest-api/order-data/get-trades-history.md): Fetch orderbok data with latest bid and ask price
- [Order Management](https://docs.verified.network/reference/verified-rest-api/order-management.md): Api endpoints to fetch detailed user data
- [Add Order](https://docs.verified.network/reference/verified-rest-api/order-management/add-order.md): Fetch orderbok data with latest bid and ask price
- [Edit Order](https://docs.verified.network/reference/verified-rest-api/order-management/edit-order.md): Fetch orderbok data with latest bid and ask price
- [Cancel Order](https://docs.verified.network/reference/verified-rest-api/order-management/cancel-order.md): Fetch orderbok data with latest bid and ask price
- [Verified Subgraphs](https://docs.verified.network/reference/verified-subgraphs.md): Querying data from the Verified Network
- [Verified Applications](https://docs.verified.network/reference/verified-applications.md): On Web and Mobile
- [Doing KYC](https://docs.verified.network/reference/verified-applications/doing-kyc.md)
- [Creating wallet](https://docs.verified.network/reference/verified-applications/doing-kyc/creating-wallet.md): To use Verified Network Applications a blockchain wallet is required. To create wallet or use an existing wallet click on Connect Wallet button and follow the instructions on the connect wallet popup.
- [Using the Verified Dapp](https://docs.verified.network/reference/verified-applications/doing-kyc/using-the-verified-dapp.md): After wallet creation, users can interact with Verified Dapp by connecting the newly created wallet or an existing wallet.
- [Doing KYC](https://docs.verified.network/reference/verified-applications/doing-kyc/doing-kyc.md): To transact on the Verified Network, KYC is required. Users can verify KYC using Verified applications.
- [Primary issues](https://docs.verified.network/reference/verified-applications/primary-issues.md)
- [Creating a new issue](https://docs.verified.network/reference/verified-applications/primary-issues/creating-a-new-issue.md): To Create Primary Issue, click on the Issue New button from the New Issues menu on the Verified web application. Fill the Issue Creation form and follow instruction to the final step.
- [Subscribing to issue](https://docs.verified.network/reference/verified-applications/primary-issues/subscribing-to-issue.md): To Subscribe to a Primary Issue, a User needs to create an order in a Primary Pool by selecting an active primary pool in the New Issues menu.
- [Closing issue](https://docs.verified.network/reference/verified-applications/primary-issues/closing-issue.md): To close a primary issue, the licensed issue manager assigned by the pool creator needs to handle pool closure.
- [Secondary trading](https://docs.verified.network/reference/verified-applications/secondary-trading.md)
- [Market orders](https://docs.verified.network/reference/verified-applications/secondary-trading/market-orders.md): To create Market orders on Verified Secondary Pools, click on any Verified Secondary Pool from the list of Secondary Pools on Secondaries Menu in the web application.
- [Limit orders](https://docs.verified.network/reference/verified-applications/secondary-trading/limit-orders.md): To create Limit orders on Verified Secondary Pools, click on any Verified Secondary Pool from the list of Secondary Pools on Secondaries Menu in the web application.
- [Edit, Cancel, Settle orders](https://docs.verified.network/reference/verified-applications/secondary-trading/edit-cancel-settle-orders.md): To Manage Orders created from previous page, users can Edit or Cancel an order on Orders submenu under Account Statement menu.
- [Margin trading](https://docs.verified.network/reference/verified-applications/margin-trading.md)
- [Post Margin collateral](https://docs.verified.network/reference/verified-applications/margin-trading/post-margin-collateral.md): To post Collateral to a Margin Pool, click on the Post Collateral button on Margin Traded Products menu in the web application. Collateral covers margin money, financing costs and potential losses.
- [Swaps](https://docs.verified.network/reference/verified-applications/margin-trading/swaps.md): To Create swaps/orders in a Margin pool, user need to post collateral to the margin pool as explained in previous page.
- [Edit, Cancel, Settle orders](https://docs.verified.network/reference/verified-applications/margin-trading/edit-cancel-settle-orders.md)
- [Portfolio](https://docs.verified.network/reference/verified-applications/portfolio.md)
- [Account statement](https://docs.verified.network/reference/verified-applications/portfolio/account-statement.md)
- [Corporate actions](https://docs.verified.network/reference/verified-applications/portfolio/corporate-actions.md)
- [Underwriting liquidity](https://docs.verified.network/reference/verified-applications/portfolio/underwriting-liquidity.md): To provide Liquidity to underwrite issues on the Verified web application, click Provide Liquidity button on Underwriting Liquidity menu.


---

# 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://docs.verified.network/reference.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.
