> ## Documentation Index
> Fetch the complete documentation index at: https://docs.initia.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Exchange Integration

This guide provides instructions for exchanges on how to integrate with Initia,
from running a node to handling transactions and monitoring network activities.

## Network Details

You can find the details of Initia's network, including the chain endpoints,
nodes, and peer information, below.

* [Initia L1 Networks](/resources/developer/initia-l1)

## Running a Node

For more information on running a node, please refer to

* [Running an Initia Node](/nodes-and-rollups/running-nodes/running-l1-nodes/l1-nodes-initiad)

## Creating and Managing Accounts

* [Creating an Account](/developers/developer-guides/tools/sdks/initia-js/accounts)

## Sending Transactions

### Transferring Tokens

* [Sending Transactions](/developers/developer-guides/tools/sdks/initia-js/transactions/sending-transactions)

### Signing Transactions Offline

In cases where network security is crucial, signing transactions offline ensures
safe transaction handling.

* [Signing Transactions](/developers/developer-guides/tools/sdks/initia-js/transactions/signing-transactions)

### Handle Transaction Errors

Learn how to handle transaction errors to ensure that your transactions are
executed properly.

* [Handling Errors](/developers/developer-guides/tools/sdks/initia-js/transactions/handling-errors)

## Monitoring Transactions

Initia provides various tools to monitor transaction activities, including event
indexing and querying network data.

To keep track of transactions and blockchain events, you can use a simple
indexer example:

* [Simple Indexer](https://github.com/initia-labs/simple-indexer)

For additional data like account balances and block details, you can use
InitiaJS:

* [Querying Data](/developers/developer-guides/tools/sdks/initia-js/querying-data)

Additionally, you can manually monitor transactions with the following tools:

* [InitiaScan](https://scan.testnet.initia.xyz/initiation-2)
* [REST Swagger](https://rest.testnet.initia.xyz/swagger/#/Service/GetTx)
