> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/depub/nft-portal.md).

# Publish Writing NFT

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

{% hint style="info" %}
📣Publishing Writing NFT requires a desktop computer and LikeCoin, users can get a small amount of LikeCoin from the [faucet](/general-guides/faucet.md) for testing.
{% endhint %}

## How to publish Writing NFT

### Option 1: Publish Writing NFT with Web3Press

Authors can use [**Web3Press**](/general-guides/dapp/wordpress.md) to publish articles, register ISCN and publish NFT in one go. If the author does not use WordPress.

### Option 2: Publish Writing NFT with an article URL

Creators can copy the URL of any webpage, paste it to [**NFT Portal** website a.k.a. the "Mint" tab of app.like.co](https://app.like.co/nft/url) to mint the page as Writing NFT. The Portal will scrape the og graphic, title and content of the webpage and store the information into distributed storage and registered as an ISCN, then publish the work as NFT.

> #### Recommend:thumbsup:Publish Writing NFT with an article URL by [Email/Social](/depub/nft-portal/authcore.md)
>
> #### Publish Writing NFT with an article URL by [Keplr](/depub/nft-portal/keplr.md)
>
> #### Publish Writing NFT with an article URL by [Cosmostation](/depub/nft-portal/cosmostation.md)
>
> #### Publish Writing NFT with an article URL by [Cosmostation app](/depub/nft-portal/cosmostation-app.md)

### **Option 3**: Publish Writing NFT with ISCN ID

Register text, PDF, picture, sound... into [ISCN](/depub/what-is-iscn/app.like.co.md) first, then paste the ISCN ID to [NFT Portal](https://app.like.co/nft/url) and publish as NFT.

> #### Tutorial: [Publish Writing NFT with ISCN ID](/depub/nft-portal/iscn-id.md)

### **Option 4**: Publish Matters article as Writing NFT

Write on the Matters website and select "Register ISCN", then select the ISCN on the ["My Works" tab of app.like.co](https://app.like.co/works) to publish as NFT.

> #### Tutorial: [Publish Matters article as Writing NFT](/depub/nft-portal/matters.md)

### **Option 5**: Publish Writing NFT on Liker.Social

> #### Publish NFT on [**Liker.Social**](/depub/nft-portal/liker-social.md), decentralized microblogs based on LikeCoin & Mastodon.

### **Option 6**: Publish Writing NFT on illustBuy

> #### Publish NFT on the [**illustBuy**](/depub/nft-portal/illustbuy.md) illustration platform.

***

## Creator’s Introduction

Set your own introduction, profile picture, and display name so your supporters can know you better.

{% content-ref url="/pages/-MDZqq0\_JMPOvccs0FEK" %}
[Edit Avatar and Name](/depub/register/edit-avatar-displayname.md)
{% endcontent-ref %}

## Transfer NFT or Batch send NFT to more than one wallet

After publishing the NFT, creators can Transfer NFT or Batch send NFT to more than one wallet.

{% content-ref url="/pages/X4jW8eHM4K6DOtbfjrsQ" %}
[Transfer NFT](/depub/transfer-nft.md)
{% endcontent-ref %}

## Display NFT Widget

After publishing the NFT, creators can embed an [NFT Widget](/depub/collect-writing-nft/nft-widget.md) into any webpage by iframe.

{% content-ref url="/pages/8HIBfpcq9wlH0XQBPVaA" %}
[NFT Widget](/depub/collect-writing-nft/nft-widget.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, and the optional `goal` query parameter:

```
GET https://docs.v2.like.co/depub/nft-portal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
