# Introducing ARTSNL

## Introduction

In a digital realm dominated by algorithms and code to abstract the technical, we proudly present the ARTSNL, a cryptocurrency wallet that redefines security with an artisanal touch. Crafted with meticulous care and attention to detail, ARTSNL combines the timeless art of crypto wallet craftsmanship with the cutting-edge world of digital finance.

ARTSNL is a fully open-sourced, DIY’ed approached cryptocurrency wallet. Common wallet UX processes, such as key generation and transaction structuring, are expanded upon for a more educational hands-on manner. More control is given to the end user giving the entire crypto wallet experience more artisanal.\
\
ARTSNL was developed with the education of the end user in mind. Many modern and new crypto wallets are focused on simplifying UX, albeit sacrificing the crucial basic knowledge of how it all works beneath the surface. ARTSNL focuses on balancing both by providing contextual knowledge of fundamental crypto wallet concepts, each step of the way.&#x20;

ARTSNL is a fully serverless web app that lives in the browser. Built with React and bundled with Webpack.

### Stay updated

* [Main Website](https://artsnl.xyz/)
* [Twitter](https://twitter.com/ARTSNL)
* [Github](https://github.com/ECBSJ/ARTSNL)
* [GitBook](https://artsnl.gitbook.io/artsnl-knowledge-space/)
* [Discord](https://discord.gg/t2z36UvaTc)
* [Mirror](https://mirror.xyz/artsnl.eth)


---

# 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://artsnl.gitbook.io/artsnl-knowledge-space/introducing-artsnl.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.
