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

# Welcome Space Lisk

{% hint style="info" %}
Space Lisk RPC url is [http://31.220.31.152:14337/rpc/{api\_key}](<http://31.220.31.152:14337/rpc/T5hCVBfbxC6CbkcCzgHvTxfeD8AQ7e&#xD;&#xA;&#xD;&#xA;>)
{% endhint %}

{% hint style="info" %}
Visit space lisk [web app](https://spacelisk-app.vercel.app/) to get a free API KEY&#x20;
{% endhint %}

<figure><img src="/files/STM3Mai6eFOg9puhZUPo" alt=""><figcaption><p>Space lisk dashboard</p></figcaption></figure>

## Overview

Few things to know about space Lisk and  account abstraction

> Instead of directly interacting with the blockchain, users interact with their smart account contract. This contract defines the rules for spending and managing assets, offering greater flexibility and security compared to EOAs.

> By bundling multiple UserOperations into a single transaction, SPace Lisk ERC-4337 bundler reduces network congestion and accelerates transaction processing times. This translates to a smoother user experience, allowing you to interact with the Lisk chain with greater responsiveness.

## Quick links

{% content-ref url="/pages/nxqmdLaGRwSegfaFLYBM" %}
[Bundler API](/space-lisk/space-lisk-bundler/bundler-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/p8AWAoiBl02ixlSap7TN" %}
[Tutorials](/space-lisk/space-lisk-js-sdk/tutorials.md)
{% endcontent-ref %}

## Products

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/GyWwgILeM1RhL6NTB7ga" %}
[Space lisk Bundler](/space-lisk/space-lisk-bundler/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/s30bjo9Y49oqFQttKuPm" %}
[Space Lisk JS sdk](/space-lisk/space-lisk-js-sdk/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/Qg5usi0RJDab5FhVskWC" %}
[Paymaster](/space-lisk/paymaster/understanding-space-lisk-paymaster.md)
{% endcontent-ref %}


---

# 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://spacelisk.gitbook.io/space-lisk/welcome-space-lisk.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.
